#59782E

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

Shades of Dark Olive Green #59782E

Tints of Dark Olive Green #59782E

Color information

#59782E (or 0x59782E) is unknown color: approx Dark Olive Green. HEX triplet: 59, 78 and 2E. RGB value is (89,120,46). Sum of RGB (Red+Green+Blue) = 89+120+46=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #59782E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59782E is #A687D1. Grayscale: #666666. Windows color (decimal): -10913746 or 3045465. OLE color: 3045465.

HSL color Cylindrical-coordinate representation of color #59782E: hue angle of 85.14º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59782E is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB8912046-
CMYK0.2600.620.53
HSL85.14º44.58%32.55%-
HSV(B)85.14º61.67%47.06%-
XYZ11.3315.755.03-
YUV102.396.23118.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.90%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 46 (18.36% from 255) = 18.04%
R=34.90%
G=47.06%
B=18.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89120460.2600.620.5385.1444.5832.55
Hex59782E1A03E35552d21
Octal1311705632076651255541
Binary101100111110001011101101001111101101011010101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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