#5C7827

Color #5C7827 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5C7827

Tints of Dark Olive Green #5C7827

Color information

#5C7827 (or 0x5C7827) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 78 and 27. RGB value is (92,120,39). Sum of RGB (Red+Green+Blue) = 92+120+39=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7827 is #A387D8. Grayscale: #666666. Windows color (decimal): -10717145 or 2586716. OLE color: 2586716.

HSL color Cylindrical-coordinate representation of color #5C7827: hue angle of 80.74º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C7827 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB9212039-
CMYK0.2300.670.53
HSL80.74º50.94%31.18%-
HSV(B)80.74º67.5%47.06%-
XYZ11.515.854.37-
YUV102.3992.22120.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 36.65%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=36.65%
G=47.81%
B=15.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92120390.2300.670.5380.7450.9431.18
Hex5C7827170433551331f
Octal13417047270103651216337
Binary101110011110001001111011101000011110101101000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7827; }

 p { color: rgb(92,120,39); }

 H1.HeaderClassName
 {
   color: #5C7827;
 }
 .AnyTagClassName
 {
   color: #5C7827;
 }
</style>
background-color css

<style>
 a { background-color: #5C7827; }

 a { background-color: rgb(92,120,39); }

 div.DivClassName
 {
   background-color: #5C7827;
 }
 .BgClassName
 {
   background-color: #5C7827;
 }
</style>
border-color css

<style>
 span { border-color: #5C7827; }

 span { border-color: rgb(92,120,39); }

 td.TdClassName
 {
   border-color: #5C7827;
 }
 .TagClassName
 {
   border-color: #5C7827;
 }
</style>