Color Hex Logo

#488116 Color Hex

#488116
(72,129,22)
0 Favorites   0 Comments

Color spaces of #488116

RGB 7212922
HSL0.260.710.30
HSV92°83°51°
CMYK 0.440.000.83   0.49
XYZ10.667617.13623.5044
Yxy17.13620.34070.5473
Hunter Lab41.3959-26.443923.9579
CIE-Lab48.4312-36.538047.4701

#488116 color RGB value is (72,129,22).

#488116 hex color red value is 72, green value is 129 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #488116 hue: 0.26 , saturation: 0.71 and the lightness value of 488116 is 0.30.

The process color (four color CMYK) of #488116 color hex is 0.44, 0.00, 0.83, 0.49. Web safe color of #488116 is #339900. Color #488116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10000001 00010110
Octal 110 201 26
Decimal 72 129 22
Hex 48 81 16

RGB Percentages of Color #488116

%32.29
%57.85
%9.87

CMYK Percentages of Color #488116

%44
%0
%83
%49

Triadic Colors of #488116

#488116 #164881 #811648

Analogous Colors of #488116

#488116 #16811a #7e8116

Monochromatic Colors of #488116

#488116

Complementary Color

#488116 #4f1681

#488116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488116 Color CSS Codes

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

#488116 Text Font Color

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

This sample text font color is #488116
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.


#488116 Background Color

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

This div background color is #488116


#488116 Border Color

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

This div border color is #488116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488116


Comments

No comments written yet.

Please login to write comment.