#59722A

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

Shades of Dark Olive Green #59722A

Tints of Dark Olive Green #59722A

Color information

#59722A (or 0x59722A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 72 and 2A. RGB value is (89,114,42). Sum of RGB (Red+Green+Blue) = 89+114+42=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #59722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59722A is #A68DD5. Grayscale: #626262. Windows color (decimal): -10915286 or 2781785. OLE color: 2781785.

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

Color convert

RGB8911442-
CMYK0.2200.630.55
HSL80.83º46.15%30.59%-
HSV(B)80.83º63.16%44.71%-
XYZ10.5614.334.4-
YUV98.3296.22121.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.33%
GREEN value IS 114 (44.92% from 255) = 46.53%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=36.33%
G=46.53%
B=17.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114420.2200.630.5580.8346.1530.59
Hex59722A1603F37512e1f
Octal1311625226077671215637
Binary10110011110010101010101100111111110111101000110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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