#5C7527

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

Shades of Dark Olive Green #5C7527

Tints of Dark Olive Green #5C7527

Color information

#5C7527 (or 0x5C7527) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 75 and 27. RGB value is (92,117,39). Sum of RGB (Red+Green+Blue) = 92+117+39=248 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.10% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7527 is #A38AD8. Grayscale: #646464. Windows color (decimal): -10717913 or 2585948. OLE color: 2585948.

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

Color convert

RGB9211739-
CMYK0.2100.670.54
HSL79.23º50%30.59%-
HSV(B)79.23º66.67%45.88%-
XYZ11.1415.144.26-
YUV100.6393.22121.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.10%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=37.10%
G=47.18%
B=15.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92117390.2100.670.5479.235030.59
Hex5C752715043364f321f
Octal13416547250103661176237
Binary101110011101011001111010101000011110110100111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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