#5C7336

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

Shades of Dark Olive Green #5C7336

Tints of Dark Olive Green #5C7336

Color information

#5C7336 (or 0x5C7336) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 73 and 36. RGB value is (92,115,54). Sum of RGB (Red+Green+Blue) = 92+115+54=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7336 is #A38CC9. Grayscale: #656565. Windows color (decimal): -10718410 or 3568476. OLE color: 3568476.

HSL color Cylindrical-coordinate representation of color #5C7336: hue angle of 82.62º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C7336 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB9211554-
CMYK0.2000.530.55
HSL82.62º36.09%33.14%-
HSV(B)82.62º53.04%45.1%-
XYZ11.2114.85.76-
YUV101.17101.38121.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.25%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 54 (21.48% from 255) = 20.69%
R=35.25%
G=44.06%
B=20.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92115540.2000.530.5582.6236.0933.14
Hex5C73361403537532421
Octal1341636624065671234441
Binary101110011100111101101010001101011101111010011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,115,54); }

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

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

 a { background-color: rgb(92,115,54); }

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

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

 span { border-color: rgb(92,115,54); }

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