Html Css Color HEX #558209 Olive Drab

📋 copy color: '#558209'

red 85 ◦ green 130 ◦ blue 9

#558209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #558209

Tints of Olive Drab #558209

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 value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#558209 (or 0x558209) is known color: 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

RGB 85 130 9 -
CMYK 0.35 0 0.93 0.49
HSL 82.31º 0.87% 0.27% -
HSV(B) 82.31º 0.93% 0.51% -
XYZ 11.78 17.92 3.1 -
YUV 102.75 75.09 115.34 -
System Red Green Blue C M Y K H S L
Decimal 85 130 9 0.35 0 0.93 0.49 82.31 0.87 0.27
Hex 55 82 9 23 0 5D 31 52 57 1B
Octal 125 202 11 43 0 135 61 122 127 33
Binary 1010101 10000010 1001 100011 0 1011101 110001 1010010 1010111 11011

Color Harmonies of #558209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558209

Black with #558209

Text Example


Text Example

White with #558209

Text Example


Text Example

HTML Codes & Css Web 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>