#55800E

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

Shades of Olive Drab #55800E

Tints of Olive Drab #55800E

Color information

#55800E (or 0x55800E) is unknown color: approx Olive Drab. HEX triplet: 55, 80 and 0E. RGB value is (85,128,14). Sum of RGB (Red+Green+Blue) = 85+128+14=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #55800E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55800E is #AA7FF1. Grayscale: #666666. Windows color (decimal): -11173874 or 950357. OLE color: 950357.

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

Color convert

RGB8512814-
CMYK0.3400.890.50
HSL82.63º80.28%27.84%-
HSV(B)82.63º89.06%50.2%-
XYZ11.5417.43.17-
YUV102.1578.25115.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=37.44%
G=56.39%
B=6.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85128140.3400.890.5082.6380.2827.84
Hex5580E220593253501c
Octal125200164201316212312034
Binary1010101100000001110100010010110011100101010011101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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