#55800B

Color #55800B Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #55800B

Tints of Olive Drab #55800B

Color information

#55800B (or 0x55800B) is unknown color: approx Olive Drab. HEX triplet: 55, 80 and 0B. RGB value is (85,128,11). Sum of RGB (Red+Green+Blue) = 85+128+11=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #55800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55800B is #AA7FF4. Grayscale: #666666. Windows color (decimal): -11173877 or 753749. OLE color: 753749.

HSL color Cylindrical-coordinate representation of color #55800B: hue angle of 82.05º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55800B is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB8512811-
CMYK0.3400.910.50
HSL82.05º84.17%27.25%-
HSV(B)82.05º91.41%50.2%-
XYZ11.5317.393.07-
YUV101.876.75116.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=37.95%
G=57.14%
B=4.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85128110.3400.910.5082.0584.1727.25
Hex5580B2205B3252541b
Octal125200134201336212212433
Binary1010101100000001011100010010110111100101010010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55800B; }

 p { color: rgb(85,128,11); }

 H1.HeaderClassName
 {
   color: #55800B;
 }
 .AnyTagClassName
 {
   color: #55800B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,128,11); }

 div.DivClassName
 {
   background-color: #55800B;
 }
 .BgClassName
 {
   background-color: #55800B;
 }
</style>
border-color css

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

 span { border-color: rgb(85,128,11); }

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