Html Css Color HEX #596024 Saratoga

📋 copy color: '#596024'

red 89 ◦ green 96 ◦ blue 36

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

Shades of Saratoga #596024

Tints of Saratoga #596024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.29%

R = 40.27%
G = 43.44%
B = 16.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#596024 (or 0x596024) is known color: Saratoga. HEX triplet: 59, 60 and 24. RGB value is (89,96,36). Sum of RGB (Red+Green+Blue) = 89+96+36=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #596024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596024 is #A69FDB. Grayscale: #575757. Windows color (decimal): -10919900 or 2383961. OLE color: 2383961.

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

Color convert

RGB 89 96 36 -
CMYK 0.07 0 0.62 0.62
HSL 67º 0.45% 0.26% -
HSV(B) 67º 0.63% 0.38% -
XYZ 8.62 10.62 3.26 -
YUV 87.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 89 96 36 0.07 0 0.62 0.62 67 0.45 0.26
Hex 59 60 24 7 0 3E 3E 43 2D 1A
Octal 131 140 44 7 0 76 76 103 55 32
Binary 1011001 1100000 100100 111 0 111110 111110 1000011 101101 11010

Color Harmonies of #596024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596024

Black with #596024

Text Example


Text Example

White with #596024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596024; }

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

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

background-color css

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

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

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

border-color css

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

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

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