#5C7625

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

Shades of Dark Olive Green #5C7625

Tints of Dark Olive Green #5C7625

Color information

#5C7625 (or 0x5C7625) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 76 and 25. RGB value is (92,118,37). Sum of RGB (Red+Green+Blue) = 92+118+37=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7625 is #A389DA. Grayscale: #656565. Windows color (decimal): -10717659 or 2455132. OLE color: 2455132.

HSL color Cylindrical-coordinate representation of color #5C7625: hue angle of 79.26º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C7625 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB9211837-
CMYK0.2200.690.54
HSL79.26º52.26%30.39%-
HSV(B)79.26º68.64%46.27%-
XYZ11.2315.374.12-
YUV100.9991.89121.59-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.25%
GREEN value IS 118 (46.48% from 255) = 47.77%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=37.25%
G=47.77%
B=14.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118370.2200.690.5479.2652.2630.39
Hex5C762516045364f341e
Octal13416645260105661176436
Binary101110011101101001011011001000101110110100111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,37); }

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

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

 a { background-color: rgb(92,118,37); }

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

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

 span { border-color: rgb(92,118,37); }

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