Html Css Color HEX #558409 Olive Drab

📋 copy color: '#558409'

red 85 ◦ green 132 ◦ blue 9

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

Shades of Olive Drab #558409

Tints of Olive Drab #558409

RGB

 RED value IS 85 (33.59% from 255) = 37.61%

 GREEN value IS 132 (51.95% from 255) = 58.41%

 BLUE value IS 9 (3.91% from 255) = 3.98%

R = 37.61%
G = 58.41%
B = 3.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#558409 (or 0x558409) is known color: Olive Drab. HEX triplet: 55, 84 and 09. RGB value is (85,132,9). Sum of RGB (Red+Green+Blue) = 85+132+9=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #558409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558409 is #AA7BF6. Grayscale: #686868. Windows color (decimal): -11172855 or 623701. OLE color: 623701.

HSL color Cylindrical-coordinate representation of color #558409: hue angle of 82.93º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #558409 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 132 9 -
CMYK 0.36 0 0.93 0.48
HSL 82.93º 0.87% 0.28% -
HSV(B) 82.93º 0.93% 0.52% -
XYZ 12.05 18.45 3.19 -
YUV 103.93 74.43 114.5 -
System Red Green Blue C M Y K H S L
Decimal 85 132 9 0.36 0 0.93 0.48 82.93 0.87 0.28
Hex 55 84 9 24 0 5D 30 53 57 1C
Octal 125 204 11 44 0 135 60 123 127 34
Binary 1010101 10000100 1001 100100 0 1011101 110000 1010011 1010111 11100

Color Harmonies of #558409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558409

Black with #558409

Text Example


Text Example

White with #558409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558409; }

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

 H1.HeaderClassName
 {
   color: #558409;
 }
 .AnyTagClassName
 {
   color: #558409;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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