#59702A

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

Shades of Dark Olive Green #59702A

Tints of Dark Olive Green #59702A

Color information

#59702A (or 0x59702A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 70 and 2A. RGB value is (89,112,42). Sum of RGB (Red+Green+Blue) = 89+112+42=243 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.63% from 243); Green value is 112 (44.14% from 255 or 46.09% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 112 - color contains mainly: green. Hex color #59702A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59702A is #A68FD5. Grayscale: #616161. Windows color (decimal): -10915798 or 2781273. OLE color: 2781273.

HSL color Cylindrical-coordinate representation of color #59702A: hue angle of 79.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59702A is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB8911242-
CMYK0.2100.620.56
HSL79.71º45.45%30.2%-
HSV(B)79.71º62.5%43.92%-
XYZ10.3313.884.32-
YUV97.1496.88122.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.63%
GREEN value IS 112 (44.14% from 255) = 46.09%
BLUE value IS 42 (16.80% from 255) = 17.28%
R=36.63%
G=46.09%
B=17.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89112420.2100.620.5679.7145.4530.2
Hex59702A1503E38502d1e
Octal1311605225076701205536
Binary10110011110000101010101010111110111000101000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,112,42); }

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

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

 a { background-color: rgb(89,112,42); }

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

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

 span { border-color: rgb(89,112,42); }

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