Shades of Chalet Green #5A674E
Tints of Chalet Green #5A674E
RGB
CMYK
RGB Variations
Color information
#5A674E (or 0x5A674E) is known color: Chalet Green. HEX triplet: 5A, 67 and 4E. RGB value is (90,103,78). Sum of RGB (Red+Green+Blue) = 90+103+78=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #5A674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A674E is #A598B1. Grayscale: #606060. Windows color (decimal): -10852530 or 5138266. OLE color: 5138266.
HSL color Cylindrical-coordinate representation of color #5A674E: hue angle of 91.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5A674E is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 78 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.60 |
| HSL | 91.2º | 0.14% | 0.35% | - |
| HSV(B) | 91.2º | 0.24% | 0.4% | - |
| XYZ | 10.44 | 12.42 | 9.06 | - |
| YUV | 96.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 78 | 0.13 | 0 | 0.24 | 0.60 | 91.2 | 0.14 | 0.35 |
| Hex | 5A | 67 | 4E | D | 0 | 18 | 3C | 5B | E | 23 |
| Octal | 132 | 147 | 116 | 15 | 0 | 30 | 74 | 133 | 16 | 43 |
| Binary | 1011010 | 1100111 | 1001110 | 1101 | 0 | 11000 | 111100 | 1011011 | 1110 | 100011 |
Color Harmonies of #5A674E
Complementary color
Monochromatic Colors of #5A674E
Black with #5A674E
Text Example
Text Example
White with #5A674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A674E; }
p { color: rgb(90,103,78); }
H1.HeaderClassName
{
color: #5A674E;
}
.AnyTagClassName
{
color: #5A674E;
}
</style>
background-color css
<style>
a { background-color: #5A674E; }
a { background-color: rgb(90,103,78); }
div.DivClassName
{
background-color: #5A674E;
}
.BgClassName
{
background-color: #5A674E;
}
</style>
border-color css
<style>
span { border-color: #5A674E; }
span { border-color: rgb(90,103,78); }
td.TdClassName
{
border-color: #5A674E;
}
.TagClassName
{
border-color: #5A674E;
}
</style>