Shades of Saratoga #5E6235
Tints of Saratoga #5E6235
RGB
CMYK
RGB Variations
Color information
#5E6235 (or 0x5E6235) is known color: Saratoga. HEX triplet: 5E, 62 and 35. RGB value is (94,98,53). Sum of RGB (Red+Green+Blue) = 94+98+53=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6235 is #A19DCA. Grayscale: #5B5B5B. Windows color (decimal): -10591691 or 3498590. OLE color: 3498590.
HSL color Cylindrical-coordinate representation of color #5E6235: hue angle of 65.33º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E6235 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 98 | 53 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.62 |
| HSL | 65.33º | 0.3% | 0.3% | - |
| HSV(B) | 65.33º | 0.46% | 0.38% | - |
| XYZ | 9.63 | 11.37 | 5.06 | - |
| YUV | 91.67 | 106.17 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 98 | 53 | 0.04 | 0 | 0.46 | 0.62 | 65.33 | 0.3 | 0.3 |
| Hex | 5E | 62 | 35 | 4 | 0 | 2E | 3E | 41 | 1E | 1E |
| Octal | 136 | 142 | 65 | 4 | 0 | 56 | 76 | 101 | 36 | 36 |
| Binary | 1011110 | 1100010 | 110101 | 100 | 0 | 101110 | 111110 | 1000001 | 11110 | 11110 |
Color Harmonies of #5E6235
Complementary color
Monochromatic Colors of #5E6235
Black with #5E6235
Text Example
Text Example
White with #5E6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6235; }
p { color: rgb(94,98,53); }
H1.HeaderClassName
{
color: #5E6235;
}
.AnyTagClassName
{
color: #5E6235;
}
</style>
background-color css
<style>
a { background-color: #5E6235; }
a { background-color: rgb(94,98,53); }
div.DivClassName
{
background-color: #5E6235;
}
.BgClassName
{
background-color: #5E6235;
}
</style>
border-color css
<style>
span { border-color: #5E6235; }
span { border-color: rgb(94,98,53); }
td.TdClassName
{
border-color: #5E6235;
}
.TagClassName
{
border-color: #5E6235;
}
</style>