Shades of Saratoga #5E6134
Tints of Saratoga #5E6134
RGB
CMYK
RGB Variations
Color information
#5E6134 (or 0x5E6134) is known color: Saratoga. HEX triplet: 5E, 61 and 34. RGB value is (94,97,52). Sum of RGB (Red+Green+Blue) = 94+97+52=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #5E6134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6134 is #A19ECB. Grayscale: #5B5B5B. Windows color (decimal): -10591948 or 3432798. OLE color: 3432798.
HSL color Cylindrical-coordinate representation of color #5E6134: hue angle of 64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E6134 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 97 | 52 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.62 |
| HSL | 64º | 0.3% | 0.29% | - |
| HSV(B) | 64º | 0.46% | 0.38% | - |
| XYZ | 9.51 | 11.18 | 4.9 | - |
| YUV | 90.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 97 | 52 | 0.03 | 0 | 0.46 | 0.62 | 64 | 0.3 | 0.29 |
| Hex | 5E | 61 | 34 | 3 | 0 | 2E | 3E | 40 | 1E | 1D |
| Octal | 136 | 141 | 64 | 3 | 0 | 56 | 76 | 100 | 36 | 35 |
| Binary | 1011110 | 1100001 | 110100 | 11 | 0 | 101110 | 111110 | 1000000 | 11110 | 11101 |
Color Harmonies of #5E6134
Complementary color
Monochromatic Colors of #5E6134
Black with #5E6134
Text Example
Text Example
White with #5E6134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6134; }
p { color: rgb(94,97,52); }
H1.HeaderClassName
{
color: #5E6134;
}
.AnyTagClassName
{
color: #5E6134;
}
</style>
background-color css
<style>
a { background-color: #5E6134; }
a { background-color: rgb(94,97,52); }
div.DivClassName
{
background-color: #5E6134;
}
.BgClassName
{
background-color: #5E6134;
}
</style>
border-color css
<style>
span { border-color: #5E6134; }
span { border-color: rgb(94,97,52); }
td.TdClassName
{
border-color: #5E6134;
}
.TagClassName
{
border-color: #5E6134;
}
</style>