#55840A

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

Shades of Olive Drab #55840A

Tints of Olive Drab #55840A

Color information

#55840A (or 0x55840A) is unknown color: approx Olive Drab. HEX triplet: 55, 84 and 0A. RGB value is (85,132,10). Sum of RGB (Red+Green+Blue) = 85+132+10=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 132 (51.95% from 255 or 58.15% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 132 - color contains mainly: green. Hex color #55840A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55840A is #AA7BF5. Grayscale: #686868. Windows color (decimal): -11172854 or 689237. OLE color: 689237.

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

Color convert

RGB8513210-
CMYK0.3600.920.48
HSL83.11º85.92%27.84%-
HSV(B)83.11º92.42%51.76%-
XYZ12.0518.463.21-
YUV104.0474.93114.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 132 (51.95% from 255) = 58.15%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=37.44%
G=58.15%
B=4.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132100.3600.920.4883.1185.9227.84
Hex5584A2405C3053561c
Octal125204124401346012312634
Binary1010101100001001010100100010111001100001010011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55840A; }

 p { color: rgb(85,132,10); }

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

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

 a { background-color: rgb(85,132,10); }

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

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

 span { border-color: rgb(85,132,10); }

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