Shades of Saratoga #5E6331
Tints of Saratoga #5E6331
RGB
CMYK
RGB Variations
Color information
#5E6331 (or 0x5E6331) is known color: Saratoga. HEX triplet: 5E, 63 and 31. RGB value is (94,99,49). Sum of RGB (Red+Green+Blue) = 94+99+49=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6331 is #A19CCE. Grayscale: #5C5C5C. Windows color (decimal): -10591439 or 3236702. OLE color: 3236702.
HSL color Cylindrical-coordinate representation of color #5E6331: hue angle of 66º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6331 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 49 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.61 |
| HSL | 66º | 0.34% | 0.29% | - |
| HSV(B) | 66º | 0.51% | 0.39% | - |
| XYZ | 9.63 | 11.53 | 4.62 | - |
| YUV | 91.81 | 103.84 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 49 | 0.05 | 0 | 0.51 | 0.61 | 66 | 0.34 | 0.29 |
| Hex | 5E | 63 | 31 | 5 | 0 | 33 | 3D | 42 | 22 | 1D |
| Octal | 136 | 143 | 61 | 5 | 0 | 63 | 75 | 102 | 42 | 35 |
| Binary | 1011110 | 1100011 | 110001 | 101 | 0 | 110011 | 111101 | 1000010 | 100010 | 11101 |
Color Harmonies of #5E6331
Complementary color
Monochromatic Colors of #5E6331
Black with #5E6331
Text Example
Text Example
White with #5E6331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6331; }
p { color: rgb(94,99,49); }
H1.HeaderClassName
{
color: #5E6331;
}
.AnyTagClassName
{
color: #5E6331;
}
</style>
background-color css
<style>
a { background-color: #5E6331; }
a { background-color: rgb(94,99,49); }
div.DivClassName
{
background-color: #5E6331;
}
.BgClassName
{
background-color: #5E6331;
}
</style>
border-color css
<style>
span { border-color: #5E6331; }
span { border-color: rgb(94,99,49); }
td.TdClassName
{
border-color: #5E6331;
}
.TagClassName
{
border-color: #5E6331;
}
</style>