Shades of Chalet Green #5A7344
Tints of Chalet Green #5A7344
RGB
CMYK
RGB Variations
Color information
#5A7344 (or 0x5A7344) is known color: Chalet Green. HEX triplet: 5A, 73 and 44. RGB value is (90,115,68). Sum of RGB (Red+Green+Blue) = 90+115+68=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7344 is #A58CBB. Grayscale: #666666. Windows color (decimal): -10849468 or 4485978. OLE color: 4485978.
HSL color Cylindrical-coordinate representation of color #5A7344: hue angle of 91.91º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A7344 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 115 | 68 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.55 |
| HSL | 91.91º | 0.26% | 0.36% | - |
| HSV(B) | 91.91º | 0.41% | 0.45% | - |
| XYZ | 11.39 | 14.85 | 7.74 | - |
| YUV | 102.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 115 | 68 | 0.22 | 0 | 0.41 | 0.55 | 91.91 | 0.26 | 0.36 |
| Hex | 5A | 73 | 44 | 16 | 0 | 29 | 37 | 5C | 1A | 24 |
| Octal | 132 | 163 | 104 | 26 | 0 | 51 | 67 | 134 | 32 | 44 |
| Binary | 1011010 | 1110011 | 1000100 | 10110 | 0 | 101001 | 110111 | 1011100 | 11010 | 100100 |
Color Harmonies of #5A7344
Complementary color
Monochromatic Colors of #5A7344
Black with #5A7344
Text Example
Text Example
White with #5A7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7344; }
p { color: rgb(90,115,68); }
H1.HeaderClassName
{
color: #5A7344;
}
.AnyTagClassName
{
color: #5A7344;
}
</style>
background-color css
<style>
a { background-color: #5A7344; }
a { background-color: rgb(90,115,68); }
div.DivClassName
{
background-color: #5A7344;
}
.BgClassName
{
background-color: #5A7344;
}
</style>
border-color css
<style>
span { border-color: #5A7344; }
span { border-color: rgb(90,115,68); }
td.TdClassName
{
border-color: #5A7344;
}
.TagClassName
{
border-color: #5A7344;
}
</style>