Shades of Chalet Green #5E6B4E
Tints of Chalet Green #5E6B4E
RGB
CMYK
RGB Variations
Color information
#5E6B4E (or 0x5E6B4E) is known color: Chalet Green. HEX triplet: 5E, 6B and 4E. RGB value is (94,107,78). Sum of RGB (Red+Green+Blue) = 94+107+78=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B4E is #A194B1. Grayscale: #636363. Windows color (decimal): -10589362 or 5139294. OLE color: 5139294.
HSL color Cylindrical-coordinate representation of color #5E6B4E: hue angle of 86.9º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6B4E is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
RGB | 94 | 107 | 78 | - |
CMYK | 0.12 | 0 | 0.27 | 0.58 |
HSL | 86.9º | 0.16% | 0.36% | - |
HSV(B) | 86.9º | 0.27% | 0.42% | - |
XYZ | 11.25 | 13.45 | 9.21 | - |
YUV | 99.81 | 115.69 | 123.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 107 | 78 | 0.12 | 0 | 0.27 | 0.58 | 86.9 | 0.16 | 0.36 |
Hex | 5E | 6B | 4E | C | 0 | 1B | 3A | 57 | 10 | 24 |
Octal | 136 | 153 | 116 | 14 | 0 | 33 | 72 | 127 | 20 | 44 |
Binary | 1011110 | 1101011 | 1001110 | 1100 | 0 | 11011 | 111010 | 1010111 | 10000 | 100100 |
Color Harmonies of #5E6B4E
Complementary color
Monochromatic Colors of #5E6B4E
Black with #5E6B4E
Text Example
Text Example
White with #5E6B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B4E; }
p { color: rgb(94,107,78); }
H1.HeaderClassName
{
color: #5E6B4E;
}
.AnyTagClassName
{
color: #5E6B4E;
}
</style>
background-color css
<style>
a { background-color: #5E6B4E; }
a { background-color: rgb(94,107,78); }
div.DivClassName
{
background-color: #5E6B4E;
}
.BgClassName
{
background-color: #5E6B4E;
}
</style>
border-color css
<style>
span { border-color: #5E6B4E; }
span { border-color: rgb(94,107,78); }
td.TdClassName
{
border-color: #5E6B4E;
}
.TagClassName
{
border-color: #5E6B4E;
}
</style>