#556136

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

Shades of Dark Olive Green #556136

Tints of Dark Olive Green #556136

Color information

#556136 (or 0x556136) is unknown color: approx Dark Olive Green. HEX triplet: 55, 61 and 36. RGB value is (85,97,54). Sum of RGB (Red+Green+Blue) = 85+97+54=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #556136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556136 is #AA9EC9. Grayscale: #585858. Windows color (decimal): -11181770 or 3563861. OLE color: 3563861.

HSL color Cylindrical-coordinate representation of color #556136: hue angle of 76.74º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556136 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB859754-
CMYK0.1200.440.62
HSL76.74º28.48%29.61%-
HSV(B)76.74º44.33%38.04%-
XYZ8.6910.755.11-
YUV88.51108.52125.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 54 (21.48% from 255) = 22.88%
R=36.02%
G=41.10%
B=22.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8597540.1200.440.6276.7428.4829.61
Hex556136C02C3E4d1c1e
Octal1251416614054761153436
Binary101010111000011101101100010110011111010011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556136; }

 p { color: rgb(85,97,54); }

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

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

 a { background-color: rgb(85,97,54); }

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

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

 span { border-color: rgb(85,97,54); }

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