Html Css Color HEX #558408 Olive Drab

📋 copy color: '#558408'

red 85 ◦ green 132 ◦ blue 8

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

Shades of Olive Drab #558408

Tints of Olive Drab #558408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.56%

R = 37.78%
G = 58.67%
B = 3.56%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#558408 (or 0x558408) is known color: Olive Drab. HEX triplet: 55, 84 and 08. RGB value is (85,132,8). Sum of RGB (Red+Green+Blue) = 85+132+8=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #558408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558408 is #AA7BF7. Grayscale: #686868. Windows color (decimal): -11172856 or 558165. OLE color: 558165.

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

Color convert

RGB 85 132 8 -
CMYK 0.36 0 0.94 0.48
HSL 82.74º 0.89% 0.27% -
HSV(B) 82.74º 0.94% 0.52% -
XYZ 12.04 18.45 3.16 -
YUV 103.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 85 132 8 0.36 0 0.94 0.48 82.74 0.89 0.27
Hex 55 84 8 24 0 5E 30 53 59 1B
Octal 125 204 10 44 0 136 60 123 131 33
Binary 1010101 10000100 1000 100100 0 1011110 110000 1010011 1011001 11011

Color Harmonies of #558408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558408

Black with #558408

Text Example


Text Example

White with #558408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558408; }

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

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

background-color css

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

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

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

border-color css

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

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

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