Shades of Chalet Green #5A7143
Tints of Chalet Green #5A7143
RGB
CMYK
RGB Variations
Color information
#5A7143 (or 0x5A7143) is known color: Chalet Green. HEX triplet: 5A, 71 and 43. RGB value is (90,113,67). Sum of RGB (Red+Green+Blue) = 90+113+67=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7143 is #A58EBC. Grayscale: #656565. Windows color (decimal): -10849981 or 4419930. OLE color: 4419930.
HSL color Cylindrical-coordinate representation of color #5A7143: hue angle of 90º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A7143 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 67 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.56 |
| HSL | 90º | 0.26% | 0.35% | - |
| HSV(B) | 90º | 0.41% | 0.44% | - |
| XYZ | 11.13 | 14.39 | 7.5 | - |
| YUV | 100.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 67 | 0.20 | 0 | 0.41 | 0.56 | 90 | 0.26 | 0.35 |
| Hex | 5A | 71 | 43 | 14 | 0 | 29 | 38 | 5A | 1A | 23 |
| Octal | 132 | 161 | 103 | 24 | 0 | 51 | 70 | 132 | 32 | 43 |
| Binary | 1011010 | 1110001 | 1000011 | 10100 | 0 | 101001 | 111000 | 1011010 | 11010 | 100011 |
Color Harmonies of #5A7143
Complementary color
Monochromatic Colors of #5A7143
Black with #5A7143
Text Example
Text Example
White with #5A7143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7143; }
p { color: rgb(90,113,67); }
H1.HeaderClassName
{
color: #5A7143;
}
.AnyTagClassName
{
color: #5A7143;
}
</style>
background-color css
<style>
a { background-color: #5A7143; }
a { background-color: rgb(90,113,67); }
div.DivClassName
{
background-color: #5A7143;
}
.BgClassName
{
background-color: #5A7143;
}
</style>
border-color css
<style>
span { border-color: #5A7143; }
span { border-color: rgb(90,113,67); }
td.TdClassName
{
border-color: #5A7143;
}
.TagClassName
{
border-color: #5A7143;
}
</style>