Shades of Saratoga #5E6226
Tints of Saratoga #5E6226
RGB
CMYK
RGB Variations
Color information
#5E6226 (or 0x5E6226) is known color: Saratoga. HEX triplet: 5E, 62 and 26. RGB value is (94,98,38). Sum of RGB (Red+Green+Blue) = 94+98+38=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6226 is #A19DD9. Grayscale: #5A5A5A. Windows color (decimal): -10591706 or 2515550. OLE color: 2515550.
HSL color Cylindrical-coordinate representation of color #5E6226: hue angle of 64º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6226 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 38 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.62 |
| HSL | 64º | 0.44% | 0.27% | - |
| HSV(B) | 64º | 0.61% | 0.38% | - |
| XYZ | 9.33 | 11.25 | 3.51 | - |
| YUV | 89.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 38 | 0.04 | 0 | 0.61 | 0.62 | 64 | 0.44 | 0.27 |
| Hex | 5E | 62 | 26 | 4 | 0 | 3D | 3E | 40 | 2C | 1B |
| Octal | 136 | 142 | 46 | 4 | 0 | 75 | 76 | 100 | 54 | 33 |
| Binary | 1011110 | 1100010 | 100110 | 100 | 0 | 111101 | 111110 | 1000000 | 101100 | 11011 |
Color Harmonies of #5E6226
Complementary color
Monochromatic Colors of #5E6226
Black with #5E6226
Text Example
Text Example
White with #5E6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6226; }
p { color: rgb(94,98,38); }
H1.HeaderClassName
{
color: #5E6226;
}
.AnyTagClassName
{
color: #5E6226;
}
</style>
background-color css
<style>
a { background-color: #5E6226; }
a { background-color: rgb(94,98,38); }
div.DivClassName
{
background-color: #5E6226;
}
.BgClassName
{
background-color: #5E6226;
}
</style>
border-color css
<style>
span { border-color: #5E6226; }
span { border-color: rgb(94,98,38); }
td.TdClassName
{
border-color: #5E6226;
}
.TagClassName
{
border-color: #5E6226;
}
</style>