Shades of Chalet Green #5A703F
Tints of Chalet Green #5A703F
RGB
CMYK
RGB Variations
Color information
#5A703F (or 0x5A703F) is known color: Chalet Green. HEX triplet: 5A, 70 and 3F. RGB value is (90,112,63). Sum of RGB (Red+Green+Blue) = 90+112+63=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #5A703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A703F is #A58FC0. Grayscale: #646464. Windows color (decimal): -10850241 or 4157530. OLE color: 4157530.
HSL color Cylindrical-coordinate representation of color #5A703F: hue angle of 86.94º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A703F is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 112 | 63 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.56 |
| HSL | 86.94º | 0.28% | 0.34% | - |
| HSV(B) | 86.94º | 0.44% | 0.44% | - |
| XYZ | 10.91 | 14.12 | 6.85 | - |
| YUV | 99.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 63 | 0.20 | 0 | 0.44 | 0.56 | 86.94 | 0.28 | 0.34 |
| Hex | 5A | 70 | 3F | 14 | 0 | 2C | 38 | 57 | 1C | 22 |
| Octal | 132 | 160 | 77 | 24 | 0 | 54 | 70 | 127 | 34 | 42 |
| Binary | 1011010 | 1110000 | 111111 | 10100 | 0 | 101100 | 111000 | 1010111 | 11100 | 100010 |
Color Harmonies of #5A703F
Complementary color
Monochromatic Colors of #5A703F
Black with #5A703F
Text Example
Text Example
White with #5A703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A703F; }
p { color: rgb(90,112,63); }
H1.HeaderClassName
{
color: #5A703F;
}
.AnyTagClassName
{
color: #5A703F;
}
</style>
background-color css
<style>
a { background-color: #5A703F; }
a { background-color: rgb(90,112,63); }
div.DivClassName
{
background-color: #5A703F;
}
.BgClassName
{
background-color: #5A703F;
}
</style>
border-color css
<style>
span { border-color: #5A703F; }
span { border-color: rgb(90,112,63); }
td.TdClassName
{
border-color: #5A703F;
}
.TagClassName
{
border-color: #5A703F;
}
</style>