#59712E

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

Shades of Dark Olive Green #59712E

Tints of Dark Olive Green #59712E

Color information

#59712E (or 0x59712E) is unknown color: approx Dark Olive Green. HEX triplet: 59, 71 and 2E. RGB value is (89,113,46). Sum of RGB (Red+Green+Blue) = 89+113+46=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #59712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59712E is #A68ED1. Grayscale: #626262. Windows color (decimal): -10915538 or 3043673. OLE color: 3043673.

HSL color Cylindrical-coordinate representation of color #59712E: hue angle of 81.49º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59712E is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB8911346-
CMYK0.2100.590.56
HSL81.49º42.14%31.18%-
HSV(B)81.49º59.29%44.31%-
XYZ10.5214.134.76-
YUV98.1998.55121.45-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 113 (44.53% from 255) = 45.56%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=35.89%
G=45.56%
B=18.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89113460.2100.590.5681.4942.1431.18
Hex59712E1503B38512a1f
Octal1311615625073701215237
Binary10110011110001101110101010111011111000101000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,113,46); }

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

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

 a { background-color: rgb(89,113,46); }

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

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

 span { border-color: rgb(89,113,46); }

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