Shades of Saratoga #5C602F
Tints of Saratoga #5C602F
RGB
CMYK
RGB Variations
Color information
#5C602F (or 0x5C602F) is known color: Saratoga. HEX triplet: 5C, 60 and 2F. RGB value is (92,96,47). Sum of RGB (Red+Green+Blue) = 92+96+47=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #5C602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C602F is #A39FD0. Grayscale: #595959. Windows color (decimal): -10723281 or 3104860. OLE color: 3104860.
HSL color Cylindrical-coordinate representation of color #5C602F: hue angle of 64.9º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C602F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 47 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.62 |
| HSL | 64.9º | 0.34% | 0.28% | - |
| HSV(B) | 64.9º | 0.51% | 0.38% | - |
| XYZ | 9.11 | 10.85 | 4.3 | - |
| YUV | 89.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 47 | 0.04 | 0 | 0.51 | 0.62 | 64.9 | 0.34 | 0.28 |
| Hex | 5C | 60 | 2F | 4 | 0 | 33 | 3E | 41 | 22 | 1C |
| Octal | 134 | 140 | 57 | 4 | 0 | 63 | 76 | 101 | 42 | 34 |
| Binary | 1011100 | 1100000 | 101111 | 100 | 0 | 110011 | 111110 | 1000001 | 100010 | 11100 |
Color Harmonies of #5C602F
Complementary color
Monochromatic Colors of #5C602F
Black with #5C602F
Text Example
Text Example
White with #5C602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C602F; }
p { color: rgb(92,96,47); }
H1.HeaderClassName
{
color: #5C602F;
}
.AnyTagClassName
{
color: #5C602F;
}
</style>
background-color css
<style>
a { background-color: #5C602F; }
a { background-color: rgb(92,96,47); }
div.DivClassName
{
background-color: #5C602F;
}
.BgClassName
{
background-color: #5C602F;
}
</style>
border-color css
<style>
span { border-color: #5C602F; }
span { border-color: rgb(92,96,47); }
td.TdClassName
{
border-color: #5C602F;
}
.TagClassName
{
border-color: #5C602F;
}
</style>