Html Css Color HEX #596F2A Dark Olive Green

📋 copy color: '#596F2A'

red 89 ◦ green 111 ◦ blue 42

#596F2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Olive Green #596F2A

Tints of Dark Olive Green #596F2A

RGB

 RED value IS 89 (35.16% from 255) = 36.78%

 GREEN value IS 111 (43.75% from 255) = 45.87%

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 36.78%
G = 45.87%
B = 17.36%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#596F2A (or 0x596F2A) is known color: Dark Olive Green. HEX triplet: 59, 6F and 2A. RGB value is (89,111,42). Sum of RGB (Red+Green+Blue) = 89+111+42=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #596F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596F2A is #A690D5. Grayscale: #606060. Windows color (decimal): -10916054 or 2781017. OLE color: 2781017.

HSL color Cylindrical-coordinate representation of color #596F2A: hue angle of 79.13º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596F2A is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 89 111 42 -
CMYK 0.20 0 0.62 0.56
HSL 79.13º 0.45% 0.3% -
HSV(B) 79.13º 0.62% 0.44% -
XYZ 10.22 13.66 4.29 -
YUV 96.56 97.21 122.61 -
System Red Green Blue C M Y K H S L
Decimal 89 111 42 0.20 0 0.62 0.56 79.13 0.45 0.3
Hex 59 6F 2A 14 0 3E 38 4F 2D 1E
Octal 131 157 52 24 0 76 70 117 55 36
Binary 1011001 1101111 101010 10100 0 111110 111000 1001111 101101 11110

Color Harmonies of #596F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596F2A

Black with #596F2A

Text Example


Text Example

White with #596F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #596F2A;
 }
 .AnyTagClassName
 {
   color: #596F2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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