Shades of Saratoga #586628
Tints of Saratoga #586628
RGB
CMYK
RGB Variations
Color information
#586628 (or 0x586628) is known color: Saratoga. HEX triplet: 58, 66 and 28. RGB value is (88,102,40). Sum of RGB (Red+Green+Blue) = 88+102+40=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #586628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #586628 is #A799D7. Grayscale: #5A5A5A. Windows color (decimal): -10983896 or 2647640. OLE color: 2647640.
HSL color Cylindrical-coordinate representation of color #586628: hue angle of 73.55º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #586628 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 88 | 102 | 40 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.6 |
| HSL | 73.55º | 0.44% | 0.28% | - |
| HSV(B) | 73.55º | 0.61% | 0.4% | - |
| XYZ | 9.16 | 11.73 | 3.79 | - |
| YUV | 90.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 102 | 40 | 0.14 | 0 | 0.61 | 0.6 | 73.55 | 0.44 | 0.28 |
| Hex | 58 | 66 | 28 | E | 0 | 3D | 3C | 4A | 2C | 1C |
| Octal | 130 | 146 | 50 | 16 | 0 | 75 | 74 | 112 | 54 | 34 |
| Binary | 1011000 | 1100110 | 101000 | 1110 | 0 | 111101 | 111100 | 1001010 | 101100 | 11100 |
Color Harmonies of #586628
Complementary color
Monochromatic Colors of #586628
Black with #586628
Text Example
Text Example
White with #586628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586628; }
p { color: rgb(88,102,40); }
H1.HeaderClassName
{
color: #586628;
}
.AnyTagClassName
{
color: #586628;
}
</style>
background-color css
<style>
a { background-color: #586628; }
a { background-color: rgb(88,102,40); }
div.DivClassName
{
background-color: #586628;
}
.BgClassName
{
background-color: #586628;
}
</style>
border-color css
<style>
span { border-color: #586628; }
span { border-color: rgb(88,102,40); }
td.TdClassName
{
border-color: #586628;
}
.TagClassName
{
border-color: #586628;
}
</style>