Shades of Saratoga #4F5D27
Tints of Saratoga #4F5D27
RGB
CMYK
RGB Variations
Color information
#4F5D27 (or 0x4F5D27) is known color: Saratoga. HEX triplet: 4F, 5D and 27. RGB value is (79,93,39). Sum of RGB (Red+Green+Blue) = 79+93+39=211 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.44% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #4F5D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5D27 is #B0A2D8. Grayscale: #525252. Windows color (decimal): -11576025 or 2579791. OLE color: 2579791.
HSL color Cylindrical-coordinate representation of color #4F5D27: hue angle of 75.56º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5D27 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 93 | 39 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.64 |
| HSL | 75.56º | 0.41% | 0.26% | - |
| HSV(B) | 75.56º | 0.58% | 0.36% | - |
| XYZ | 7.51 | 9.64 | 3.38 | - |
| YUV | 82.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 93 | 39 | 0.15 | 0 | 0.58 | 0.64 | 75.56 | 0.41 | 0.26 |
| Hex | 4F | 5D | 27 | F | 0 | 3A | 40 | 4C | 29 | 1A |
| Octal | 117 | 135 | 47 | 17 | 0 | 72 | 100 | 114 | 51 | 32 |
| Binary | 1001111 | 1011101 | 100111 | 1111 | 0 | 111010 | 1000000 | 1001100 | 101001 | 11010 |
Color Harmonies of #4F5D27
Complementary color
Monochromatic Colors of #4F5D27
Black with #4F5D27
Text Example
Text Example
White with #4F5D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5D27; }
p { color: rgb(79,93,39); }
H1.HeaderClassName
{
color: #4F5D27;
}
.AnyTagClassName
{
color: #4F5D27;
}
</style>
background-color css
<style>
a { background-color: #4F5D27; }
a { background-color: rgb(79,93,39); }
div.DivClassName
{
background-color: #4F5D27;
}
.BgClassName
{
background-color: #4F5D27;
}
</style>
border-color css
<style>
span { border-color: #4F5D27; }
span { border-color: rgb(79,93,39); }
td.TdClassName
{
border-color: #4F5D27;
}
.TagClassName
{
border-color: #4F5D27;
}
</style>