Shades of Chalet Green #5E6F4D
Tints of Chalet Green #5E6F4D
RGB
CMYK
RGB Variations
Color information
#5E6F4D (or 0x5E6F4D) is known color: Chalet Green. HEX triplet: 5E, 6F and 4D. RGB value is (94,111,77). Sum of RGB (Red+Green+Blue) = 94+111+77=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F4D is #A190B2. Grayscale: #666666. Windows color (decimal): -10588339 or 5074782. OLE color: 5074782.
HSL color Cylindrical-coordinate representation of color #5E6F4D: hue angle of 90º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E6F4D is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 77 | - |
| CMYK | 0.15 | 0 | 0.31 | 0.56 |
| HSL | 90º | 0.18% | 0.37% | - |
| HSV(B) | 90º | 0.31% | 0.44% | - |
| XYZ | 11.64 | 14.28 | 9.16 | - |
| YUV | 102.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 77 | 0.15 | 0 | 0.31 | 0.56 | 90 | 0.18 | 0.37 |
| Hex | 5E | 6F | 4D | F | 0 | 1F | 38 | 5A | 12 | 25 |
| Octal | 136 | 157 | 115 | 17 | 0 | 37 | 70 | 132 | 22 | 45 |
| Binary | 1011110 | 1101111 | 1001101 | 1111 | 0 | 11111 | 111000 | 1011010 | 10010 | 100101 |
Color Harmonies of #5E6F4D
Complementary color
Monochromatic Colors of #5E6F4D
Black with #5E6F4D
Text Example
Text Example
White with #5E6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F4D; }
p { color: rgb(94,111,77); }
H1.HeaderClassName
{
color: #5E6F4D;
}
.AnyTagClassName
{
color: #5E6F4D;
}
</style>
background-color css
<style>
a { background-color: #5E6F4D; }
a { background-color: rgb(94,111,77); }
div.DivClassName
{
background-color: #5E6F4D;
}
.BgClassName
{
background-color: #5E6F4D;
}
</style>
border-color css
<style>
span { border-color: #5E6F4D; }
span { border-color: rgb(94,111,77); }
td.TdClassName
{
border-color: #5E6F4D;
}
.TagClassName
{
border-color: #5E6F4D;
}
</style>