#59820C

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

Shades of Olive Drab #59820C

Tints of Olive Drab #59820C

Color information

#59820C (or 0x59820C) is unknown color: approx Olive Drab. HEX triplet: 59, 82 and 0C. RGB value is (89,130,12). Sum of RGB (Red+Green+Blue) = 89+130+12=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #59820C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59820C is #A67DF3. Grayscale: #686868. Windows color (decimal): -10911220 or 819801. OLE color: 819801.

HSL color Cylindrical-coordinate representation of color #59820C: hue angle of 80.85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59820C is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB8913012-
CMYK0.3200.910.49
HSL80.85º83.1%27.84%-
HSV(B)80.85º90.77%50.98%-
XYZ12.1718.123.2-
YUV104.2975.92117.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.53%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=38.53%
G=56.28%
B=5.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89130120.3200.910.4980.8583.127.84
Hex5982C2005B3151531c
Octal131202144001336112112334
Binary1011001100000101100100000010110111100011010001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59820C; }

 p { color: rgb(89,130,12); }

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

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

 a { background-color: rgb(89,130,12); }

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

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

 span { border-color: rgb(89,130,12); }

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