#5C7828

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

Shades of Dark Olive Green #5C7828

Tints of Dark Olive Green #5C7828

Color information

#5C7828 (or 0x5C7828) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 78 and 28. RGB value is (92,120,40). Sum of RGB (Red+Green+Blue) = 92+120+40=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 120 (47.27% from 255 or 47.62% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 120 - color contains mainly: green. Hex color #5C7828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7828 is #A387D7. Grayscale: #666666. Windows color (decimal): -10717144 or 2652252. OLE color: 2652252.

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

Color convert

RGB9212040-
CMYK0.2300.670.53
HSL81º50%31.37%-
HSV(B)81º66.67%47.06%-
XYZ11.5115.864.46-
YUV102.5192.72120.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 120 (47.27% from 255) = 47.62%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=36.51%
G=47.62%
B=15.87%

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
Decimal92120400.2300.670.53815031.37
Hex5C7828170433551321f
Octal13417050270103651216237
Binary101110011110001010001011101000011110101101000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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