Shades of Saratoga #515C23
Tints of Saratoga #515C23
RGB
CMYK
RGB Variations
Color information
#515C23 (or 0x515C23) is known color: Saratoga. HEX triplet: 51, 5C and 23. RGB value is (81,92,35). Sum of RGB (Red+Green+Blue) = 81+92+35=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 35 (14.06% from 255 or 16.83% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #515C23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515C23 is #AEA3DC. Grayscale: #525252. Windows color (decimal): -11445213 or 2317393. OLE color: 2317393.
HSL color Cylindrical-coordinate representation of color #515C23: hue angle of 71.58º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #515C23 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 92 | 35 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.64 |
| HSL | 71.58º | 0.45% | 0.25% | - |
| HSV(B) | 71.58º | 0.62% | 0.36% | - |
| XYZ | 7.52 | 9.52 | 3.03 | - |
| YUV | 82.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 35 | 0.12 | 0 | 0.62 | 0.64 | 71.58 | 0.45 | 0.25 |
| Hex | 51 | 5C | 23 | C | 0 | 3E | 40 | 48 | 2D | 19 |
| Octal | 121 | 134 | 43 | 14 | 0 | 76 | 100 | 110 | 55 | 31 |
| Binary | 1010001 | 1011100 | 100011 | 1100 | 0 | 111110 | 1000000 | 1001000 | 101101 | 11001 |
Color Harmonies of #515C23
Complementary color
Monochromatic Colors of #515C23
Black with #515C23
Text Example
Text Example
White with #515C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515C23; }
p { color: rgb(81,92,35); }
H1.HeaderClassName
{
color: #515C23;
}
.AnyTagClassName
{
color: #515C23;
}
</style>
background-color css
<style>
a { background-color: #515C23; }
a { background-color: rgb(81,92,35); }
div.DivClassName
{
background-color: #515C23;
}
.BgClassName
{
background-color: #515C23;
}
</style>
border-color css
<style>
span { border-color: #515C23; }
span { border-color: rgb(81,92,35); }
td.TdClassName
{
border-color: #515C23;
}
.TagClassName
{
border-color: #515C23;
}
</style>