Shades of Saratoga #515C25
Tints of Saratoga #515C25
RGB
CMYK
RGB Variations
Color information
#515C25 (or 0x515C25) is known color: Saratoga. HEX triplet: 51, 5C and 25. RGB value is (81,92,37). Sum of RGB (Red+Green+Blue) = 81+92+37=210 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.57% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #515C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C25 is #AEA3DA. Grayscale: #525252. Windows color (decimal): -11445211 or 2448465. OLE color: 2448465.
HSL color Cylindrical-coordinate representation of color #515C25: hue angle of 72º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515C25 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 37 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.64 |
| HSL | 72º | 0.43% | 0.25% | - |
| HSV(B) | 72º | 0.6% | 0.36% | - |
| XYZ | 7.55 | 9.54 | 3.19 | - |
| YUV | 82.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 37 | 0.12 | 0 | 0.60 | 0.64 | 72 | 0.43 | 0.25 |
| Hex | 51 | 5C | 25 | C | 0 | 3C | 40 | 48 | 2B | 19 |
| Octal | 121 | 134 | 45 | 14 | 0 | 74 | 100 | 110 | 53 | 31 |
| Binary | 1010001 | 1011100 | 100101 | 1100 | 0 | 111100 | 1000000 | 1001000 | 101011 | 11001 |
Color Harmonies of #515C25
Complementary color
Monochromatic Colors of #515C25
Black with #515C25
Text Example
Text Example
White with #515C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C25; }
p { color: rgb(81,92,37); }
H1.HeaderClassName
{
color: #515C25;
}
.AnyTagClassName
{
color: #515C25;
}
</style>
background-color css
<style>
a { background-color: #515C25; }
a { background-color: rgb(81,92,37); }
div.DivClassName
{
background-color: #515C25;
}
.BgClassName
{
background-color: #515C25;
}
</style>
border-color css
<style>
span { border-color: #515C25; }
span { border-color: rgb(81,92,37); }
td.TdClassName
{
border-color: #515C25;
}
.TagClassName
{
border-color: #515C25;
}
</style>