Shades of Saratoga #5C6034
Tints of Saratoga #5C6034
RGB
CMYK
RGB Variations
Color information
#5C6034 (or 0x5C6034) is known color: Saratoga. HEX triplet: 5C, 60 and 34. RGB value is (92,96,52). Sum of RGB (Red+Green+Blue) = 92+96+52=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6034 is #A39FCB. Grayscale: #595959. Windows color (decimal): -10723276 or 3432540. OLE color: 3432540.
HSL color Cylindrical-coordinate representation of color #5C6034: hue angle of 65.45º 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 #5C6034 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 96 | 52 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.62 |
| HSL | 65.45º | 0.3% | 0.29% | - |
| HSV(B) | 65.45º | 0.46% | 0.38% | - |
| XYZ | 9.22 | 10.89 | 4.86 | - |
| YUV | 89.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 52 | 0.04 | 0 | 0.46 | 0.62 | 65.45 | 0.3 | 0.29 |
| Hex | 5C | 60 | 34 | 4 | 0 | 2E | 3E | 41 | 1E | 1D |
| Octal | 134 | 140 | 64 | 4 | 0 | 56 | 76 | 101 | 36 | 35 |
| Binary | 1011100 | 1100000 | 110100 | 100 | 0 | 101110 | 111110 | 1000001 | 11110 | 11101 |
Color Harmonies of #5C6034
Complementary color
Monochromatic Colors of #5C6034
Black with #5C6034
Text Example
Text Example
White with #5C6034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6034; }
p { color: rgb(92,96,52); }
H1.HeaderClassName
{
color: #5C6034;
}
.AnyTagClassName
{
color: #5C6034;
}
</style>
background-color css
<style>
a { background-color: #5C6034; }
a { background-color: rgb(92,96,52); }
div.DivClassName
{
background-color: #5C6034;
}
.BgClassName
{
background-color: #5C6034;
}
</style>
border-color css
<style>
span { border-color: #5C6034; }
span { border-color: rgb(92,96,52); }
td.TdClassName
{
border-color: #5C6034;
}
.TagClassName
{
border-color: #5C6034;
}
</style>