Html Css Color HEX #596534 Dark Olive Green

📋 copy color: '#596534'

red 89 ◦ green 101 ◦ blue 52

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

Shades of Dark Olive Green #596534

Tints of Dark Olive Green #596534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.74%

 BLUE value IS 52 (20.7% from 255) = 21.49%

R = 36.78%
G = 41.74%
B = 21.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.60

RGB Variations

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

Color information

#596534 (or 0x596534) is known color: Dark Olive Green. HEX triplet: 59, 65 and 34. RGB value is (89,101,52). Sum of RGB (Red+Green+Blue) = 89+101+52=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #596534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596534 is #A69ACB. Grayscale: #5C5C5C. Windows color (decimal): -10918604 or 3433817. OLE color: 3433817.

HSL color Cylindrical-coordinate representation of color #596534: hue angle of 74.69º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596534 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.

Color convert

RGB 89 101 52 -
CMYK 0.12 0 0.49 0.60
HSL 74.69º 0.32% 0.3% -
HSV(B) 74.69º 0.49% 0.4% -
XYZ 9.39 11.68 5.01 -
YUV 91.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 89 101 52 0.12 0 0.49 0.60 74.69 0.32 0.3
Hex 59 65 34 C 0 31 3C 4B 20 1E
Octal 131 145 64 14 0 61 74 113 40 36
Binary 1011001 1100101 110100 1100 0 110001 111100 1001011 100000 11110

Color Harmonies of #596534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596534

Black with #596534

Text Example


Text Example

White with #596534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596534; }

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

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

background-color css

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

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

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

border-color css

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

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

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