Html Css Color HEX #558308 Olive Drab

📋 copy color: '#558308'

red 85 ◦ green 131 ◦ blue 8

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

Shades of Olive Drab #558308

Tints of Olive Drab #558308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.48%

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

R = 37.95%
G = 58.48%
B = 3.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#558308 (or 0x558308) is known color: Olive Drab. HEX triplet: 55, 83 and 08. RGB value is (85,131,8). Sum of RGB (Red+Green+Blue) = 85+131+8=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #558308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558308 is #AA7CF7. Grayscale: #676767. Windows color (decimal): -11173112 or 557909. OLE color: 557909.

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

Color convert

RGB 85 131 8 -
CMYK 0.35 0 0.94 0.49
HSL 82.44º 0.88% 0.27% -
HSV(B) 82.44º 0.94% 0.51% -
XYZ 11.91 18.18 3.11 -
YUV 103.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 85 131 8 0.35 0 0.94 0.49 82.44 0.88 0.27
Hex 55 83 8 23 0 5E 31 52 58 1B
Octal 125 203 10 43 0 136 61 122 130 33
Binary 1010101 10000011 1000 100011 0 1011110 110001 1010010 1011000 11011

Color Harmonies of #558308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558308

Black with #558308

Text Example


Text Example

White with #558308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558308; }

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

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

background-color css

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

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

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

border-color css

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

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

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