Shades of Chalet Green #5C7145
Tints of Chalet Green #5C7145
RGB
CMYK
RGB Variations
Color information
#5C7145 (or 0x5C7145) is known color: Chalet Green. HEX triplet: 5C, 71 and 45. RGB value is (92,113,69). Sum of RGB (Red+Green+Blue) = 92+113+69=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7145 is #A38EBA. Grayscale: #656565. Windows color (decimal): -10718907 or 4551004. OLE color: 4551004.
HSL color Cylindrical-coordinate representation of color #5C7145: hue angle of 88.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C7145 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 69 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.56 |
| HSL | 88.64º | 0.24% | 0.36% | - |
| HSV(B) | 88.64º | 0.39% | 0.44% | - |
| XYZ | 11.39 | 14.52 | 7.83 | - |
| YUV | 101.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 69 | 0.19 | 0 | 0.39 | 0.56 | 88.64 | 0.24 | 0.36 |
| Hex | 5C | 71 | 45 | 13 | 0 | 27 | 38 | 59 | 18 | 24 |
| Octal | 134 | 161 | 105 | 23 | 0 | 47 | 70 | 131 | 30 | 44 |
| Binary | 1011100 | 1110001 | 1000101 | 10011 | 0 | 100111 | 111000 | 1011001 | 11000 | 100100 |
Color Harmonies of #5C7145
Complementary color
Monochromatic Colors of #5C7145
Black with #5C7145
Text Example
Text Example
White with #5C7145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7145; }
p { color: rgb(92,113,69); }
H1.HeaderClassName
{
color: #5C7145;
}
.AnyTagClassName
{
color: #5C7145;
}
</style>
background-color css
<style>
a { background-color: #5C7145; }
a { background-color: rgb(92,113,69); }
div.DivClassName
{
background-color: #5C7145;
}
.BgClassName
{
background-color: #5C7145;
}
</style>
border-color css
<style>
span { border-color: #5C7145; }
span { border-color: rgb(92,113,69); }
td.TdClassName
{
border-color: #5C7145;
}
.TagClassName
{
border-color: #5C7145;
}
</style>