Shades of Chalet Green #5A6451
Tints of Chalet Green #5A6451
RGB
CMYK
RGB Variations
Color information
#5A6451 (or 0x5A6451) is known color: Chalet Green. HEX triplet: 5A, 64 and 51. RGB value is (90,100,81). Sum of RGB (Red+Green+Blue) = 90+100+81=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6451 is #A59BAE. Grayscale: #5E5E5E. Windows color (decimal): -10853295 or 5334106. OLE color: 5334106.
HSL color Cylindrical-coordinate representation of color #5A6451: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6451 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 100 | 81 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.61 |
| HSL | 91.58º | 0.1% | 0.35% | - |
| HSV(B) | 91.58º | 0.19% | 0.39% | - |
| XYZ | 10.26 | 11.88 | 9.54 | - |
| YUV | 94.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 100 | 81 | 0.10 | 0 | 0.19 | 0.61 | 91.58 | 0.1 | 0.35 |
| Hex | 5A | 64 | 51 | A | 0 | 13 | 3D | 5C | A | 23 |
| Octal | 132 | 144 | 121 | 12 | 0 | 23 | 75 | 134 | 12 | 43 |
| Binary | 1011010 | 1100100 | 1010001 | 1010 | 0 | 10011 | 111101 | 1011100 | 1010 | 100011 |
Color Harmonies of #5A6451
Complementary color
Monochromatic Colors of #5A6451
Black with #5A6451
Text Example
Text Example
White with #5A6451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6451; }
p { color: rgb(90,100,81); }
H1.HeaderClassName
{
color: #5A6451;
}
.AnyTagClassName
{
color: #5A6451;
}
</style>
background-color css
<style>
a { background-color: #5A6451; }
a { background-color: rgb(90,100,81); }
div.DivClassName
{
background-color: #5A6451;
}
.BgClassName
{
background-color: #5A6451;
}
</style>
border-color css
<style>
span { border-color: #5A6451; }
span { border-color: rgb(90,100,81); }
td.TdClassName
{
border-color: #5A6451;
}
.TagClassName
{
border-color: #5A6451;
}
</style>