Html Css Color HEX #596022 Saratoga

📋 copy color: '#596022'

red 89 ◦ green 96 ◦ blue 34

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

Shades of Saratoga #596022

Tints of Saratoga #596022

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.84%

 BLUE value IS 34 (13.67% from 255) = 15.53%

R = 40.64%
G = 43.84%
B = 15.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#596022 (or 0x596022) is known color: Saratoga. HEX triplet: 59, 60 and 22. RGB value is (89,96,34). Sum of RGB (Red+Green+Blue) = 89+96+34=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #596022 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596022 is #A69FDD. Grayscale: #575757. Windows color (decimal): -10919902 or 2252889. OLE color: 2252889.

HSL color Cylindrical-coordinate representation of color #596022: hue angle of 66.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #596022 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB 89 96 34 -
CMYK 0.07 0 0.65 0.62
HSL 66.77º 0.48% 0.25% -
HSV(B) 66.77º 0.65% 0.38% -
XYZ 8.59 10.61 3.11 -
YUV 86.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 89 96 34 0.07 0 0.65 0.62 66.77 0.48 0.25
Hex 59 60 22 7 0 41 3E 43 30 19
Octal 131 140 42 7 0 101 76 103 60 31
Binary 1011001 1100000 100010 111 0 1000001 111110 1000011 110000 11001

Color Harmonies of #596022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596022

Black with #596022

Text Example


Text Example

White with #596022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596022; }

 p { color: rgb(89,96,34); }

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

background-color css

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

 a { background-color: rgb(89,96,34); }

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

border-color css

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

 span { border-color: rgb(89,96,34); }

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