Html Css Color HEX #596328 Saratoga

📋 copy color: '#596328'

red 89 ◦ green 99 ◦ blue 40

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

Shades of Saratoga #596328

Tints of Saratoga #596328

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 39.04%
G = 43.42%
B = 17.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#596328 (or 0x596328) is known color: Saratoga. HEX triplet: 59, 63 and 28. RGB value is (89,99,40). Sum of RGB (Red+Green+Blue) = 89+99+40=228 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.04% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #596328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596328 is #A69CD7. Grayscale: #595959. Windows color (decimal): -10919128 or 2646873. OLE color: 2646873.

HSL color Cylindrical-coordinate representation of color #596328: hue angle of 70.17º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596328 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB 89 99 40 -
CMYK 0.10 0 0.60 0.61
HSL 70.17º 0.42% 0.27% -
HSV(B) 70.17º 0.6% 0.39% -
XYZ 8.96 11.2 3.7 -
YUV 89.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 89 99 40 0.10 0 0.60 0.61 70.17 0.42 0.27
Hex 59 63 28 A 0 3C 3D 46 2A 1B
Octal 131 143 50 12 0 74 75 106 52 33
Binary 1011001 1100011 101000 1010 0 111100 111101 1000110 101010 11011

Color Harmonies of #596328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596328

Black with #596328

Text Example


Text Example

White with #596328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596328; }

 p { color: rgb(89,99,40); }

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

background-color css

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

 a { background-color: rgb(89,99,40); }

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

border-color css

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

 span { border-color: rgb(89,99,40); }

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