Shades of Saratoga #4F5A28
Tints of Saratoga #4F5A28
RGB
CMYK
RGB Variations
Color information
#4F5A28 (or 0x4F5A28) is known color: Saratoga. HEX triplet: 4F, 5A and 28. RGB value is (79,90,40). Sum of RGB (Red+Green+Blue) = 79+90+40=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #4F5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5A28 is #B0A5D7. Grayscale: #515151. Windows color (decimal): -11576792 or 2644559. OLE color: 2644559.
HSL color Cylindrical-coordinate representation of color #4F5A28: hue angle of 73.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F5A28 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 90 | 40 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.65 |
| HSL | 73.2º | 0.38% | 0.25% | - |
| HSV(B) | 73.2º | 0.56% | 0.35% | - |
| XYZ | 7.26 | 9.13 | 3.39 | - |
| YUV | 81.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 40 | 0.12 | 0 | 0.56 | 0.65 | 73.2 | 0.38 | 0.25 |
| Hex | 4F | 5A | 28 | C | 0 | 38 | 41 | 49 | 26 | 19 |
| Octal | 117 | 132 | 50 | 14 | 0 | 70 | 101 | 111 | 46 | 31 |
| Binary | 1001111 | 1011010 | 101000 | 1100 | 0 | 111000 | 1000001 | 1001001 | 100110 | 11001 |
Color Harmonies of #4F5A28
Complementary color
Monochromatic Colors of #4F5A28
Black with #4F5A28
Text Example
Text Example
White with #4F5A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5A28; }
p { color: rgb(79,90,40); }
H1.HeaderClassName
{
color: #4F5A28;
}
.AnyTagClassName
{
color: #4F5A28;
}
</style>
background-color css
<style>
a { background-color: #4F5A28; }
a { background-color: rgb(79,90,40); }
div.DivClassName
{
background-color: #4F5A28;
}
.BgClassName
{
background-color: #4F5A28;
}
</style>
border-color css
<style>
span { border-color: #4F5A28; }
span { border-color: rgb(79,90,40); }
td.TdClassName
{
border-color: #4F5A28;
}
.TagClassName
{
border-color: #4F5A28;
}
</style>