Color Hex Logo

#488720 Color Hex

#488720
(72,135,32)
0 Favorites   0 Comments

Color spaces of #488720

RGB 7213532
HSL0.270.620.33
HSV97°76°53°
CMYK 0.470.000.76   0.47
XYZ11.597218.80994.3859
Yxy18.80990.33330.5406
Hunter Lab43.3704-28.167424.3635
CIE-Lab50.4641-38.488846.0344

#488720 color RGB value is (72,135,32).

#488720 hex color red value is 72, green value is 135 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #488720 hue: 0.27 , saturation: 0.62 and the lightness value of 488720 is 0.33.

The process color (four color CMYK) of #488720 color hex is 0.47, 0.00, 0.76, 0.47. Web safe color of #488720 is #339933. Color #488720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000111 00100000
Octal 110 207 40
Decimal 72 135 32
Hex 48 87 20

RGB Percentages of Color #488720

%30.13
%56.49
%13.39

CMYK Percentages of Color #488720

%47
%0
%76
%47

Triadic Colors of #488720

#488720 #204887 #872048

Analogous Colors of #488720

#488720 #20872c #7c8720

Monochromatic Colors of #488720

#488720

Complementary Color

#488720 #5f2087

#488720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488720 Color CSS Codes

.mybgcolor {background-color:#488720; } 
.myforecolor {color:#488720; }
.mybordercolor {border:3px solid #488720; }

#488720 Text Font Color

<p style="color:#488720">Text here</p>

This sample text font color is #488720
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#488720 Background Color

<div style="background-color:#488720">
Div content here</div>

This div background color is #488720


#488720 Border Color

<div style="border:3px solid #488720">
Div here</div>

This div border color is #488720


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,135,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #488720; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #488720;
  -webkit-box-shadow: 1px 1px 3px 2px #488720;
  box-shadow:         1px 1px 3px 2px #488720; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,135,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #488720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #488720;
  -webkit-box-shadow: 1px 1px 3px 2px #488720;
  box-shadow:         1px 1px 3px 2px #488720;">
Div content here</div>

This div box has shadow with color #488720


Comments

No comments written yet.

Please login to write comment.