Shades of Saratoga #5E6228
Tints of Saratoga #5E6228
RGB
CMYK
RGB Variations
Color information
#5E6228 (or 0x5E6228) is known color: Saratoga. HEX triplet: 5E, 62 and 28. RGB value is (94,98,40). Sum of RGB (Red+Green+Blue) = 94+98+40=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6228 is #A19DD7. Grayscale: #5A5A5A. Windows color (decimal): -10591704 or 2646622. OLE color: 2646622.
HSL color Cylindrical-coordinate representation of color #5E6228: hue angle of 64.14º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E6228 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 40 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.62 |
| HSL | 64.14º | 0.42% | 0.27% | - |
| HSV(B) | 64.14º | 0.59% | 0.38% | - |
| XYZ | 9.37 | 11.27 | 3.69 | - |
| YUV | 90.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 40 | 0.04 | 0 | 0.59 | 0.62 | 64.14 | 0.42 | 0.27 |
| Hex | 5E | 62 | 28 | 4 | 0 | 3B | 3E | 40 | 2A | 1B |
| Octal | 136 | 142 | 50 | 4 | 0 | 73 | 76 | 100 | 52 | 33 |
| Binary | 1011110 | 1100010 | 101000 | 100 | 0 | 111011 | 111110 | 1000000 | 101010 | 11011 |
Color Harmonies of #5E6228
Complementary color
Monochromatic Colors of #5E6228
Black with #5E6228
Text Example
Text Example
White with #5E6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6228; }
p { color: rgb(94,98,40); }
H1.HeaderClassName
{
color: #5E6228;
}
.AnyTagClassName
{
color: #5E6228;
}
</style>
background-color css
<style>
a { background-color: #5E6228; }
a { background-color: rgb(94,98,40); }
div.DivClassName
{
background-color: #5E6228;
}
.BgClassName
{
background-color: #5E6228;
}
</style>
border-color css
<style>
span { border-color: #5E6228; }
span { border-color: rgb(94,98,40); }
td.TdClassName
{
border-color: #5E6228;
}
.TagClassName
{
border-color: #5E6228;
}
</style>