#5C7627

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

Shades of Dark Olive Green #5C7627

Tints of Dark Olive Green #5C7627

Color information

#5C7627 (or 0x5C7627) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 76 and 27. RGB value is (92,118,39). Sum of RGB (Red+Green+Blue) = 92+118+39=249 (32% of max value = 765). Red value is 92 (36.33% from 255 or 36.95% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7627 is #A389D8. Grayscale: #656565. Windows color (decimal): -10717657 or 2586204. OLE color: 2586204.

HSL color Cylindrical-coordinate representation of color #5C7627: hue angle of 79.75º 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 #5C7627 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB9211839-
CMYK0.2200.670.54
HSL79.75º50.32%30.78%-
HSV(B)79.75º66.95%46.27%-
XYZ11.2615.384.29-
YUV101.2292.89121.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.95%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 39 (15.62% from 255) = 15.66%
R=36.95%
G=47.39%
B=15.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118390.2200.670.5479.7550.3230.78
Hex5C7627160433650321f
Octal13416647260103661206237
Binary101110011101101001111011001000011110110101000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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