Shades of Chalet Green #5A7245
Tints of Chalet Green #5A7245
RGB
CMYK
RGB Variations
Color information
#5A7245 (or 0x5A7245) is known color: Chalet Green. HEX triplet: 5A, 72 and 45. RGB value is (90,114,69). Sum of RGB (Red+Green+Blue) = 90+114+69=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7245 is #A58DBA. Grayscale: #656565. Windows color (decimal): -10849723 or 4551258. OLE color: 4551258.
HSL color Cylindrical-coordinate representation of color #5A7245: hue angle of 92º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A7245 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 69 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.55 |
| HSL | 92º | 0.25% | 0.36% | - |
| HSV(B) | 92º | 0.39% | 0.45% | - |
| XYZ | 11.31 | 14.64 | 7.86 | - |
| YUV | 101.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 69 | 0.21 | 0 | 0.39 | 0.55 | 92 | 0.25 | 0.36 |
| Hex | 5A | 72 | 45 | 15 | 0 | 27 | 37 | 5C | 19 | 24 |
| Octal | 132 | 162 | 105 | 25 | 0 | 47 | 67 | 134 | 31 | 44 |
| Binary | 1011010 | 1110010 | 1000101 | 10101 | 0 | 100111 | 110111 | 1011100 | 11001 | 100100 |
Color Harmonies of #5A7245
Complementary color
Monochromatic Colors of #5A7245
Black with #5A7245
Text Example
Text Example
White with #5A7245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7245; }
p { color: rgb(90,114,69); }
H1.HeaderClassName
{
color: #5A7245;
}
.AnyTagClassName
{
color: #5A7245;
}
</style>
background-color css
<style>
a { background-color: #5A7245; }
a { background-color: rgb(90,114,69); }
div.DivClassName
{
background-color: #5A7245;
}
.BgClassName
{
background-color: #5A7245;
}
</style>
border-color css
<style>
span { border-color: #5A7245; }
span { border-color: rgb(90,114,69); }
td.TdClassName
{
border-color: #5A7245;
}
.TagClassName
{
border-color: #5A7245;
}
</style>