Shades of Saratoga #515D28
Tints of Saratoga #515D28
RGB
CMYK
RGB Variations
Color information
#515D28 (or 0x515D28) is known color: Saratoga. HEX triplet: 51, 5D and 28. RGB value is (81,93,40). Sum of RGB (Red+Green+Blue) = 81+93+40=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #515D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515D28 is #AEA2D7. Grayscale: #535353. Windows color (decimal): -11444952 or 2645329. OLE color: 2645329.
HSL color Cylindrical-coordinate representation of color #515D28: hue angle of 73.58º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #515D28 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 93 | 40 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.64 |
| HSL | 73.58º | 0.4% | 0.26% | - |
| HSV(B) | 73.58º | 0.57% | 0.36% | - |
| XYZ | 7.69 | 9.73 | 3.48 | - |
| YUV | 83.37 | 103.52 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 93 | 40 | 0.13 | 0 | 0.57 | 0.64 | 73.58 | 0.4 | 0.26 |
| Hex | 51 | 5D | 28 | D | 0 | 39 | 40 | 4A | 28 | 1A |
| Octal | 121 | 135 | 50 | 15 | 0 | 71 | 100 | 112 | 50 | 32 |
| Binary | 1010001 | 1011101 | 101000 | 1101 | 0 | 111001 | 1000000 | 1001010 | 101000 | 11010 |
Color Harmonies of #515D28
Complementary color
Monochromatic Colors of #515D28
Black with #515D28
Text Example
Text Example
White with #515D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515D28; }
p { color: rgb(81,93,40); }
H1.HeaderClassName
{
color: #515D28;
}
.AnyTagClassName
{
color: #515D28;
}
</style>
background-color css
<style>
a { background-color: #515D28; }
a { background-color: rgb(81,93,40); }
div.DivClassName
{
background-color: #515D28;
}
.BgClassName
{
background-color: #515D28;
}
</style>
border-color css
<style>
span { border-color: #515D28; }
span { border-color: rgb(81,93,40); }
td.TdClassName
{
border-color: #515D28;
}
.TagClassName
{
border-color: #515D28;
}
</style>