Shades of Saratoga #5C6136
Tints of Saratoga #5C6136
RGB
CMYK
RGB Variations
Color information
#5C6136 (or 0x5C6136) is known color: Saratoga. HEX triplet: 5C, 61 and 36. RGB value is (92,97,54). Sum of RGB (Red+Green+Blue) = 92+97+54=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6136 is #A39EC9. Grayscale: #5A5A5A. Windows color (decimal): -10723018 or 3563868. OLE color: 3563868.
HSL color Cylindrical-coordinate representation of color #5C6136: hue angle of 66.98º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5C6136 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 97 | 54 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.62 |
| HSL | 66.98º | 0.28% | 0.3% | - |
| HSV(B) | 66.98º | 0.44% | 0.38% | - |
| XYZ | 9.35 | 11.09 | 5.14 | - |
| YUV | 90.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 97 | 54 | 0.05 | 0 | 0.44 | 0.62 | 66.98 | 0.28 | 0.3 |
| Hex | 5C | 61 | 36 | 5 | 0 | 2C | 3E | 43 | 1C | 1E |
| Octal | 134 | 141 | 66 | 5 | 0 | 54 | 76 | 103 | 34 | 36 |
| Binary | 1011100 | 1100001 | 110110 | 101 | 0 | 101100 | 111110 | 1000011 | 11100 | 11110 |
Color Harmonies of #5C6136
Complementary color
Monochromatic Colors of #5C6136
Black with #5C6136
Text Example
Text Example
White with #5C6136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6136; }
p { color: rgb(92,97,54); }
H1.HeaderClassName
{
color: #5C6136;
}
.AnyTagClassName
{
color: #5C6136;
}
</style>
background-color css
<style>
a { background-color: #5C6136; }
a { background-color: rgb(92,97,54); }
div.DivClassName
{
background-color: #5C6136;
}
.BgClassName
{
background-color: #5C6136;
}
</style>
border-color css
<style>
span { border-color: #5C6136; }
span { border-color: rgb(92,97,54); }
td.TdClassName
{
border-color: #5C6136;
}
.TagClassName
{
border-color: #5C6136;
}
</style>