#596C2A

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

Shades of Dark Olive Green #596C2A

Tints of Dark Olive Green #596C2A

Color information

#596C2A (or 0x596C2A) is unknown color: approx Dark Olive Green. HEX triplet: 59, 6C and 2A. RGB value is (89,108,42). Sum of RGB (Red+Green+Blue) = 89+108+42=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #596C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596C2A is #A693D5. Grayscale: #5F5F5F. Windows color (decimal): -10916822 or 2780249. OLE color: 2780249.

HSL color Cylindrical-coordinate representation of color #596C2A: hue angle of 77.27º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #596C2A is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB8910842-
CMYK0.1800.610.58
HSL77.27º44%29.41%-
HSV(B)77.27º61.11%42.35%-
XYZ9.913.024.18-
YUV94.7998.21123.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 37.24%
GREEN value IS 108 (42.58% from 255) = 45.19%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=37.24%
G=45.19%
B=17.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal89108420.1800.610.5877.274429.41
Hex596C2A1203D3A4d2c1d
Octal1311545222075721155435
Binary10110011101100101010100100111101111010100110110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596C2A; }

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

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

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

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

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

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

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

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