Shades of Chalet Green #5C7146
Tints of Chalet Green #5C7146
RGB
CMYK
RGB Variations
Color information
#5C7146 (or 0x5C7146) is known color: Chalet Green. HEX triplet: 5C, 71 and 46. RGB value is (92,113,70). Sum of RGB (Red+Green+Blue) = 92+113+70=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7146 is #A38EB9. Grayscale: #656565. Windows color (decimal): -10718906 or 4616540. OLE color: 4616540.
HSL color Cylindrical-coordinate representation of color #5C7146: hue angle of 89.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C7146 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 70 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.56 |
| HSL | 89.3º | 0.23% | 0.36% | - |
| HSV(B) | 89.3º | 0.38% | 0.44% | - |
| XYZ | 11.42 | 14.53 | 8 | - |
| YUV | 101.82 | 110.04 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 70 | 0.19 | 0 | 0.38 | 0.56 | 89.3 | 0.23 | 0.36 |
| Hex | 5C | 71 | 46 | 13 | 0 | 26 | 38 | 59 | 17 | 24 |
| Octal | 134 | 161 | 106 | 23 | 0 | 46 | 70 | 131 | 27 | 44 |
| Binary | 1011100 | 1110001 | 1000110 | 10011 | 0 | 100110 | 111000 | 1011001 | 10111 | 100100 |
Color Harmonies of #5C7146
Complementary color
Monochromatic Colors of #5C7146
Black with #5C7146
Text Example
Text Example
White with #5C7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7146; }
p { color: rgb(92,113,70); }
H1.HeaderClassName
{
color: #5C7146;
}
.AnyTagClassName
{
color: #5C7146;
}
</style>
background-color css
<style>
a { background-color: #5C7146; }
a { background-color: rgb(92,113,70); }
div.DivClassName
{
background-color: #5C7146;
}
.BgClassName
{
background-color: #5C7146;
}
</style>
border-color css
<style>
span { border-color: #5C7146; }
span { border-color: rgb(92,113,70); }
td.TdClassName
{
border-color: #5C7146;
}
.TagClassName
{
border-color: #5C7146;
}
</style>