Shades of Chalet Green #5C6940
Tints of Chalet Green #5C6940
RGB
CMYK
RGB Variations
Color information
#5C6940 (or 0x5C6940) is known color: Chalet Green. HEX triplet: 5C, 69 and 40. RGB value is (92,105,64). Sum of RGB (Red+Green+Blue) = 92+105+64=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 105 - color contains mainly: green. Hex color #5C6940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6940 is #A396BF. Grayscale: #606060. Windows color (decimal): -10720960 or 4221276. OLE color: 4221276.
HSL color Cylindrical-coordinate representation of color #5C6940: hue angle of 79.02º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C6940 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 64 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.59 |
| HSL | 79.02º | 0.24% | 0.33% | - |
| HSV(B) | 79.02º | 0.39% | 0.41% | - |
| XYZ | 10.39 | 12.75 | 6.76 | - |
| YUV | 96.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 64 | 0.12 | 0 | 0.39 | 0.59 | 79.02 | 0.24 | 0.33 |
| Hex | 5C | 69 | 40 | C | 0 | 27 | 3B | 4F | 18 | 21 |
| Octal | 134 | 151 | 100 | 14 | 0 | 47 | 73 | 117 | 30 | 41 |
| Binary | 1011100 | 1101001 | 1000000 | 1100 | 0 | 100111 | 111011 | 1001111 | 11000 | 100001 |
Color Harmonies of #5C6940
Complementary color
Monochromatic Colors of #5C6940
Black with #5C6940
Text Example
Text Example
White with #5C6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6940; }
p { color: rgb(92,105,64); }
H1.HeaderClassName
{
color: #5C6940;
}
.AnyTagClassName
{
color: #5C6940;
}
</style>
background-color css
<style>
a { background-color: #5C6940; }
a { background-color: rgb(92,105,64); }
div.DivClassName
{
background-color: #5C6940;
}
.BgClassName
{
background-color: #5C6940;
}
</style>
border-color css
<style>
span { border-color: #5C6940; }
span { border-color: rgb(92,105,64); }
td.TdClassName
{
border-color: #5C6940;
}
.TagClassName
{
border-color: #5C6940;
}
</style>