Html Css Color HEX #558508 Olive Drab

📋 copy color: '#558508'

red 85 ◦ green 133 ◦ blue 8

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

Shades of Olive Drab #558508

Tints of Olive Drab #558508

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.85%

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

R = 37.61%
G = 58.85%
B = 3.54%

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

#558508 (or 0x558508) is known color: Olive Drab. HEX triplet: 55, 85 and 08. RGB value is (85,133,8). Sum of RGB (Red+Green+Blue) = 85+133+8=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #558508 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558508 is #AA7AF7. Grayscale: #686868. Windows color (decimal): -11172600 or 558421. OLE color: 558421.

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

Color convert

RGB 85 133 8 -
CMYK 0.36 0 0.94 0.48
HSL 83.04º 0.89% 0.28% -
HSV(B) 83.04º 0.94% 0.52% -
XYZ 12.18 18.72 3.2 -
YUV 104.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 85 133 8 0.36 0 0.94 0.48 83.04 0.89 0.28
Hex 55 85 8 24 0 5E 30 53 59 1C
Octal 125 205 10 44 0 136 60 123 131 34
Binary 1010101 10000101 1000 100100 0 1011110 110000 1010011 1011001 11100

Color Harmonies of #558508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558508

Black with #558508

Text Example


Text Example

White with #558508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558508; }

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

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

background-color css

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

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

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

border-color css

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

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

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