#59722D

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

Shades of Dark Olive Green #59722D

Tints of Dark Olive Green #59722D

Color information

#59722D (or 0x59722D) is unknown color: approx Dark Olive Green. HEX triplet: 59, 72 and 2D. RGB value is (89,114,45). Sum of RGB (Red+Green+Blue) = 89+114+45=248 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.89% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #59722D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59722D is #A68DD2. Grayscale: #626262. Windows color (decimal): -10915283 or 2978393. OLE color: 2978393.

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

Color convert

RGB8911445-
CMYK0.2200.610.55
HSL81.74º43.4%31.18%-
HSV(B)81.74º60.53%44.71%-
XYZ10.6114.354.69-
YUV98.6697.72121.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.89%
GREEN value IS 114 (44.92% from 255) = 45.97%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=35.89%
G=45.97%
B=18.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89114450.2200.610.5581.7443.431.18
Hex59722D1603D37522b1f
Octal1311625526075671225337
Binary10110011110010101101101100111101110111101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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