Shades of Chalet Green #5E713D
Tints of Chalet Green #5E713D
RGB
CMYK
RGB Variations
Color information
#5E713D (or 0x5E713D) is known color: Chalet Green. HEX triplet: 5E, 71 and 3D. RGB value is (94,113,61). Sum of RGB (Red+Green+Blue) = 94+113+61=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #5E713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E713D is #A18EC2. Grayscale: #656565. Windows color (decimal): -10587843 or 4026718. OLE color: 4026718.
HSL color Cylindrical-coordinate representation of color #5E713D: hue angle of 81.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E713D is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 61 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.56 |
| HSL | 81.92º | 0.3% | 0.34% | - |
| HSV(B) | 81.92º | 0.46% | 0.44% | - |
| XYZ | 11.36 | 14.53 | 6.62 | - |
| YUV | 101.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 61 | 0.17 | 0 | 0.46 | 0.56 | 81.92 | 0.3 | 0.34 |
| Hex | 5E | 71 | 3D | 11 | 0 | 2E | 38 | 52 | 1E | 22 |
| Octal | 136 | 161 | 75 | 21 | 0 | 56 | 70 | 122 | 36 | 42 |
| Binary | 1011110 | 1110001 | 111101 | 10001 | 0 | 101110 | 111000 | 1010010 | 11110 | 100010 |
Color Harmonies of #5E713D
Complementary color
Monochromatic Colors of #5E713D
Black with #5E713D
Text Example
Text Example
White with #5E713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E713D; }
p { color: rgb(94,113,61); }
H1.HeaderClassName
{
color: #5E713D;
}
.AnyTagClassName
{
color: #5E713D;
}
</style>
background-color css
<style>
a { background-color: #5E713D; }
a { background-color: rgb(94,113,61); }
div.DivClassName
{
background-color: #5E713D;
}
.BgClassName
{
background-color: #5E713D;
}
</style>
border-color css
<style>
span { border-color: #5E713D; }
span { border-color: rgb(94,113,61); }
td.TdClassName
{
border-color: #5E713D;
}
.TagClassName
{
border-color: #5E713D;
}
</style>