#596434

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

Shades of Dark Olive Green #596434

Tints of Dark Olive Green #596434

Color information

#596434 (or 0x596434) is unknown color: approx Dark Olive Green. HEX triplet: 59, 64 and 34. RGB value is (89,100,52). Sum of RGB (Red+Green+Blue) = 89+100+52=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #596434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596434 is #A69BCB. Grayscale: #5B5B5B. Windows color (decimal): -10918860 or 3433561. OLE color: 3433561.

HSL color Cylindrical-coordinate representation of color #596434: hue angle of 73.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #596434 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB8910052-
CMYK0.1100.480.61
HSL73.75º31.58%29.8%-
HSV(B)73.75º48%39.22%-
XYZ9.311.494.98-
YUV91.24105.86126.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.93%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=36.93%
G=41.49%
B=21.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal89100520.1100.480.6173.7531.5829.8
Hex596434B0303D4a201e
Octal1311446413060751124036
Binary1011001110010011010010110110000111101100101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596434; }

 p { color: rgb(89,100,52); }

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

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

 a { background-color: rgb(89,100,52); }

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

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

 span { border-color: rgb(89,100,52); }

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