Shades of Chalet Green #5A674F
Tints of Chalet Green #5A674F
RGB
CMYK
RGB Variations
Color information
#5A674F (or 0x5A674F) is known color: Chalet Green. HEX triplet: 5A, 67 and 4F. RGB value is (90,103,79). Sum of RGB (Red+Green+Blue) = 90+103+79=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #5A674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A674F is #A598B0. Grayscale: #606060. Windows color (decimal): -10852529 or 5203802. OLE color: 5203802.
HSL color Cylindrical-coordinate representation of color #5A674F: hue angle of 92.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A674F is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 79 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.60 |
| HSL | 92.5º | 0.13% | 0.36% | - |
| HSV(B) | 92.5º | 0.23% | 0.4% | - |
| XYZ | 10.48 | 12.44 | 9.25 | - |
| YUV | 96.38 | 118.19 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 79 | 0.13 | 0 | 0.23 | 0.60 | 92.5 | 0.13 | 0.36 |
| Hex | 5A | 67 | 4F | D | 0 | 17 | 3C | 5C | D | 24 |
| Octal | 132 | 147 | 117 | 15 | 0 | 27 | 74 | 134 | 15 | 44 |
| Binary | 1011010 | 1100111 | 1001111 | 1101 | 0 | 10111 | 111100 | 1011100 | 1101 | 100100 |
Color Harmonies of #5A674F
Complementary color
Monochromatic Colors of #5A674F
Black with #5A674F
Text Example
Text Example
White with #5A674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A674F; }
p { color: rgb(90,103,79); }
H1.HeaderClassName
{
color: #5A674F;
}
.AnyTagClassName
{
color: #5A674F;
}
</style>
background-color css
<style>
a { background-color: #5A674F; }
a { background-color: rgb(90,103,79); }
div.DivClassName
{
background-color: #5A674F;
}
.BgClassName
{
background-color: #5A674F;
}
</style>
border-color css
<style>
span { border-color: #5A674F; }
span { border-color: rgb(90,103,79); }
td.TdClassName
{
border-color: #5A674F;
}
.TagClassName
{
border-color: #5A674F;
}
</style>