Shades of Chalet Green #5C684B
Tints of Chalet Green #5C684B
RGB
CMYK
RGB Variations
Color information
#5C684B (or 0x5C684B) is known color: Chalet Green. HEX triplet: 5C, 68 and 4B. RGB value is (92,104,75). Sum of RGB (Red+Green+Blue) = 92+104+75=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #5C684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C684B is #A397B4. Grayscale: #616161. Windows color (decimal): -10721205 or 4941916. OLE color: 4941916.
HSL color Cylindrical-coordinate representation of color #5C684B: hue angle of 84.83º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5C684B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 104 | 75 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.59 |
| HSL | 84.83º | 0.16% | 0.35% | - |
| HSV(B) | 84.83º | 0.28% | 0.41% | - |
| XYZ | 10.63 | 12.68 | 8.54 | - |
| YUV | 97.11 | 115.52 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 75 | 0.12 | 0 | 0.28 | 0.59 | 84.83 | 0.16 | 0.35 |
| Hex | 5C | 68 | 4B | C | 0 | 1C | 3B | 55 | 10 | 23 |
| Octal | 134 | 150 | 113 | 14 | 0 | 34 | 73 | 125 | 20 | 43 |
| Binary | 1011100 | 1101000 | 1001011 | 1100 | 0 | 11100 | 111011 | 1010101 | 10000 | 100011 |
Color Harmonies of #5C684B
Complementary color
Monochromatic Colors of #5C684B
Black with #5C684B
Text Example
Text Example
White with #5C684B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C684B; }
p { color: rgb(92,104,75); }
H1.HeaderClassName
{
color: #5C684B;
}
.AnyTagClassName
{
color: #5C684B;
}
</style>
background-color css
<style>
a { background-color: #5C684B; }
a { background-color: rgb(92,104,75); }
div.DivClassName
{
background-color: #5C684B;
}
.BgClassName
{
background-color: #5C684B;
}
</style>
border-color css
<style>
span { border-color: #5C684B; }
span { border-color: rgb(92,104,75); }
td.TdClassName
{
border-color: #5C684B;
}
.TagClassName
{
border-color: #5C684B;
}
</style>