#558209

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

Shades of Olive Drab #558209

Tints of Olive Drab #558209

Color information

#558209 (or 0x558209) is unknown color: approx Olive Drab. HEX triplet: 55, 82 and 09. RGB value is (85,130,9). Sum of RGB (Red+Green+Blue) = 85+130+9=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #558209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558209 is #AA7DF6. Grayscale: #676767. Windows color (decimal): -11173367 or 623189. OLE color: 623189.

HSL color Cylindrical-coordinate representation of color #558209: hue angle of 82.31º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #558209 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB851309-
CMYK0.3500.930.49
HSL82.31º87.05%27.25%-
HSV(B)82.31º93.08%50.98%-
XYZ11.7817.923.1-
YUV102.7575.09115.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 9 (3.91% from 255) = 4.02%
R=37.95%
G=58.04%
B=4.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8513090.3500.930.4982.3187.0527.25
Hex558292305D3152571b
Octal125202114301356112212733
Binary1010101100000101001100011010111011100011010010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558209; }

 p { color: rgb(85,130,9); }

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

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

 a { background-color: rgb(85,130,9); }

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

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

 span { border-color: rgb(85,130,9); }

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