Shades of Saratoga #556328
Tints of Saratoga #556328
RGB
CMYK
RGB Variations
Color information
#556328 (or 0x556328) is known color: Saratoga. HEX triplet: 55, 63 and 28. RGB value is (85,99,40). Sum of RGB (Red+Green+Blue) = 85+99+40=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #556328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556328 is #AA9CD7. Grayscale: #585858. Windows color (decimal): -11181272 or 2646869. OLE color: 2646869.
HSL color Cylindrical-coordinate representation of color #556328: hue angle of 74.24º 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 #556328 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 40 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.61 |
| HSL | 74.24º | 0.42% | 0.27% | - |
| HSV(B) | 74.24º | 0.6% | 0.39% | - |
| XYZ | 8.59 | 11.01 | 3.68 | - |
| YUV | 88.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 40 | 0.14 | 0 | 0.60 | 0.61 | 74.24 | 0.42 | 0.27 |
| Hex | 55 | 63 | 28 | E | 0 | 3C | 3D | 4A | 2A | 1B |
| Octal | 125 | 143 | 50 | 16 | 0 | 74 | 75 | 112 | 52 | 33 |
| Binary | 1010101 | 1100011 | 101000 | 1110 | 0 | 111100 | 111101 | 1001010 | 101010 | 11011 |
Color Harmonies of #556328
Complementary color
Monochromatic Colors of #556328
Black with #556328
Text Example
Text Example
White with #556328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556328; }
p { color: rgb(85,99,40); }
H1.HeaderClassName
{
color: #556328;
}
.AnyTagClassName
{
color: #556328;
}
</style>
background-color css
<style>
a { background-color: #556328; }
a { background-color: rgb(85,99,40); }
div.DivClassName
{
background-color: #556328;
}
.BgClassName
{
background-color: #556328;
}
</style>
border-color css
<style>
span { border-color: #556328; }
span { border-color: rgb(85,99,40); }
td.TdClassName
{
border-color: #556328;
}
.TagClassName
{
border-color: #556328;
}
</style>