#55820B

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

Shades of Olive Drab #55820B

Tints of Olive Drab #55820B

Color information

#55820B (or 0x55820B) is unknown color: approx Olive Drab. HEX triplet: 55, 82 and 0B. RGB value is (85,130,11). Sum of RGB (Red+Green+Blue) = 85+130+11=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #55820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55820B is #AA7DF4. Grayscale: #676767. Windows color (decimal): -11173365 or 754261. OLE color: 754261.

HSL color Cylindrical-coordinate representation of color #55820B: hue angle of 82.69º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55820B is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB8513011-
CMYK0.3500.920.49
HSL82.69º84.4%27.65%-
HSV(B)82.69º91.54%50.98%-
XYZ11.7917.923.15-
YUV102.9876.09115.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 11 (4.69% from 255) = 4.87%
R=37.61%
G=57.52%
B=4.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130110.3500.920.4982.6984.427.65
Hex5582B2305C3153541c
Octal125202134301346112312434
Binary1010101100000101011100011010111001100011010011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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