#59722F

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

Shades of Dark Olive Green #59722F

Tints of Dark Olive Green #59722F

Color information

#59722F (or 0x59722F) is unknown color: approx Dark Olive Green. HEX triplet: 59, 72 and 2F. RGB value is (89,114,47). Sum of RGB (Red+Green+Blue) = 89+114+47=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #59722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59722F is #A68DD0. Grayscale: #636363. Windows color (decimal): -10915281 or 3109465. OLE color: 3109465.

HSL color Cylindrical-coordinate representation of color #59722F: hue angle of 82.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59722F is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB8911447-
CMYK0.2200.590.55
HSL82.39º41.61%31.57%-
HSV(B)82.39º58.77%44.71%-
XYZ10.6514.364.9-
YUV98.8998.72120.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=35.6%
G=45.6%
B=18.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114470.2200.590.5582.3941.6131.57
Hex59722F1603B37522a20
Octal1311625726073671225240
Binary101100111100101011111011001110111101111010010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59722F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59722F; }

 p { color: rgb(89,114,47); }

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

<style>
 a { background-color: #59722F; }

 a { background-color: rgb(89,114,47); }

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

<style>
 span { border-color: #59722F; }

 span { border-color: rgb(89,114,47); }

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