#596632

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

Shades of Dark Olive Green #596632

Tints of Dark Olive Green #596632

Color information

#596632 (or 0x596632) is unknown color: approx Dark Olive Green. HEX triplet: 59, 66 and 32. RGB value is (89,102,50). Sum of RGB (Red+Green+Blue) = 89+102+50=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #596632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596632 is #A699CD. Grayscale: #5C5C5C. Windows color (decimal): -10918350 or 3303001. OLE color: 3303001.

HSL color Cylindrical-coordinate representation of color #596632: hue angle of 75º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #596632 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB8910250-
CMYK0.1300.510.6
HSL75º34.21%29.8%-
HSV(B)75º50.98%40%-
XYZ9.4511.864.81-
YUV92.18104.19125.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 102 (40.23% from 255) = 42.32%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=36.93%
G=42.32%
B=20.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal89102500.1300.510.67534.2129.8
Hex596632D0333C4b221e
Octal1311466215063741134236
Binary1011001110011011001011010110011111100100101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596632; }

 p { color: rgb(89,102,50); }

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

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

 a { background-color: rgb(89,102,50); }

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

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

 span { border-color: rgb(89,102,50); }

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