Shades of Saratoga #515D30
Tints of Saratoga #515D30
RGB
CMYK
RGB Variations
Color information
#515D30 (or 0x515D30) is known color: Saratoga. HEX triplet: 51, 5D and 30. RGB value is (81,93,48). Sum of RGB (Red+Green+Blue) = 81+93+48=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 48 (19.14% from 255 or 21.62% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #515D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D30 is #AEA2CF. Grayscale: #545454. Windows color (decimal): -11444944 or 3169617. OLE color: 3169617.
HSL color Cylindrical-coordinate representation of color #515D30: hue angle of 76º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515D30 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 48 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.64 |
| HSL | 76º | 0.32% | 0.28% | - |
| HSV(B) | 76º | 0.48% | 0.36% | - |
| XYZ | 7.84 | 9.79 | 4.27 | - |
| YUV | 84.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 48 | 0.13 | 0 | 0.48 | 0.64 | 76 | 0.32 | 0.28 |
| Hex | 51 | 5D | 30 | D | 0 | 30 | 40 | 4C | 20 | 1C |
| Octal | 121 | 135 | 60 | 15 | 0 | 60 | 100 | 114 | 40 | 34 |
| Binary | 1010001 | 1011101 | 110000 | 1101 | 0 | 110000 | 1000000 | 1001100 | 100000 | 11100 |
Color Harmonies of #515D30
Complementary color
Monochromatic Colors of #515D30
Black with #515D30
Text Example
Text Example
White with #515D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D30; }
p { color: rgb(81,93,48); }
H1.HeaderClassName
{
color: #515D30;
}
.AnyTagClassName
{
color: #515D30;
}
</style>
background-color css
<style>
a { background-color: #515D30; }
a { background-color: rgb(81,93,48); }
div.DivClassName
{
background-color: #515D30;
}
.BgClassName
{
background-color: #515D30;
}
</style>
border-color css
<style>
span { border-color: #515D30; }
span { border-color: rgb(81,93,48); }
td.TdClassName
{
border-color: #515D30;
}
.TagClassName
{
border-color: #515D30;
}
</style>