Shades of Saratoga #596230
Tints of Saratoga #596230
RGB
CMYK
RGB Variations
Color information
#596230 (or 0x596230) is known color: Saratoga. HEX triplet: 59, 62 and 30. RGB value is (89,98,48). Sum of RGB (Red+Green+Blue) = 89+98+48=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #596230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596230 is #A69DCF. Grayscale: #595959. Windows color (decimal): -10919376 or 3170905. OLE color: 3170905.
HSL color Cylindrical-coordinate representation of color #596230: hue angle of 70.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #596230 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 98 | 48 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.62 |
| HSL | 70.8º | 0.34% | 0.29% | - |
| HSV(B) | 70.8º | 0.51% | 0.38% | - |
| XYZ | 9.02 | 11.07 | 4.46 | - |
| YUV | 89.61 | 104.52 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 98 | 48 | 0.09 | 0 | 0.51 | 0.62 | 70.8 | 0.34 | 0.29 |
| Hex | 59 | 62 | 30 | 9 | 0 | 33 | 3E | 47 | 22 | 1D |
| Octal | 131 | 142 | 60 | 11 | 0 | 63 | 76 | 107 | 42 | 35 |
| Binary | 1011001 | 1100010 | 110000 | 1001 | 0 | 110011 | 111110 | 1000111 | 100010 | 11101 |
Color Harmonies of #596230
Complementary color
Monochromatic Colors of #596230
Black with #596230
Text Example
Text Example
White with #596230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596230; }
p { color: rgb(89,98,48); }
H1.HeaderClassName
{
color: #596230;
}
.AnyTagClassName
{
color: #596230;
}
</style>
background-color css
<style>
a { background-color: #596230; }
a { background-color: rgb(89,98,48); }
div.DivClassName
{
background-color: #596230;
}
.BgClassName
{
background-color: #596230;
}
</style>
border-color css
<style>
span { border-color: #596230; }
span { border-color: rgb(89,98,48); }
td.TdClassName
{
border-color: #596230;
}
.TagClassName
{
border-color: #596230;
}
</style>