Shades of Saratoga #515C24
Tints of Saratoga #515C24
RGB
CMYK
RGB Variations
Color information
#515C24 (or 0x515C24) is known color: Saratoga. HEX triplet: 51, 5C and 24. RGB value is (81,92,36). Sum of RGB (Red+Green+Blue) = 81+92+36=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 36 (14.45% from 255 or 17.22% from 209); Max value from RGB is 92 - color contains mainly: green. Hex color #515C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C24 is #AEA3DB. Grayscale: #525252. Windows color (decimal): -11445212 or 2382929. OLE color: 2382929.
HSL color Cylindrical-coordinate representation of color #515C24: hue angle of 71.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515C24 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 36 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.64 |
| HSL | 71.79º | 0.44% | 0.25% | - |
| HSV(B) | 71.79º | 0.61% | 0.36% | - |
| XYZ | 7.54 | 9.53 | 3.11 | - |
| YUV | 82.33 | 101.86 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 36 | 0.12 | 0 | 0.61 | 0.64 | 71.79 | 0.44 | 0.25 |
| Hex | 51 | 5C | 24 | C | 0 | 3D | 40 | 48 | 2C | 19 |
| Octal | 121 | 134 | 44 | 14 | 0 | 75 | 100 | 110 | 54 | 31 |
| Binary | 1010001 | 1011100 | 100100 | 1100 | 0 | 111101 | 1000000 | 1001000 | 101100 | 11001 |
Color Harmonies of #515C24
Complementary color
Monochromatic Colors of #515C24
Black with #515C24
Text Example
Text Example
White with #515C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C24; }
p { color: rgb(81,92,36); }
H1.HeaderClassName
{
color: #515C24;
}
.AnyTagClassName
{
color: #515C24;
}
</style>
background-color css
<style>
a { background-color: #515C24; }
a { background-color: rgb(81,92,36); }
div.DivClassName
{
background-color: #515C24;
}
.BgClassName
{
background-color: #515C24;
}
</style>
border-color css
<style>
span { border-color: #515C24; }
span { border-color: rgb(81,92,36); }
td.TdClassName
{
border-color: #515C24;
}
.TagClassName
{
border-color: #515C24;
}
</style>