Shades of Chalet Green #5E6D4B
Tints of Chalet Green #5E6D4B
RGB
CMYK
RGB Variations
Color information
#5E6D4B (or 0x5E6D4B) is known color: Chalet Green. HEX triplet: 5E, 6D and 4B. RGB value is (94,109,75). Sum of RGB (Red+Green+Blue) = 94+109+75=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D4B is #A192B4. Grayscale: #646464. Windows color (decimal): -10588853 or 4943198. OLE color: 4943198.
HSL color Cylindrical-coordinate representation of color #5E6D4B: hue angle of 86.47º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E6D4B is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 109 | 75 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.57 |
| HSL | 86.47º | 0.18% | 0.36% | - |
| HSV(B) | 86.47º | 0.31% | 0.43% | - |
| XYZ | 11.35 | 13.82 | 8.73 | - |
| YUV | 100.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 75 | 0.14 | 0 | 0.31 | 0.57 | 86.47 | 0.18 | 0.36 |
| Hex | 5E | 6D | 4B | E | 0 | 1F | 39 | 56 | 12 | 24 |
| Octal | 136 | 155 | 113 | 16 | 0 | 37 | 71 | 126 | 22 | 44 |
| Binary | 1011110 | 1101101 | 1001011 | 1110 | 0 | 11111 | 111001 | 1010110 | 10010 | 100100 |
Color Harmonies of #5E6D4B
Complementary color
Monochromatic Colors of #5E6D4B
Black with #5E6D4B
Text Example
Text Example
White with #5E6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D4B; }
p { color: rgb(94,109,75); }
H1.HeaderClassName
{
color: #5E6D4B;
}
.AnyTagClassName
{
color: #5E6D4B;
}
</style>
background-color css
<style>
a { background-color: #5E6D4B; }
a { background-color: rgb(94,109,75); }
div.DivClassName
{
background-color: #5E6D4B;
}
.BgClassName
{
background-color: #5E6D4B;
}
</style>
border-color css
<style>
span { border-color: #5E6D4B; }
span { border-color: rgb(94,109,75); }
td.TdClassName
{
border-color: #5E6D4B;
}
.TagClassName
{
border-color: #5E6D4B;
}
</style>