Shades of Chalet Green #5D6B4D
Tints of Chalet Green #5D6B4D
RGB
CMYK
RGB Variations
Color information
#5D6B4D (or 0x5D6B4D) is known color: Chalet Green. HEX triplet: 5D, 6B and 4D. RGB value is (93,107,77). Sum of RGB (Red+Green+Blue) = 93+107+77=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #5D6B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6B4D is #A294B2. Grayscale: #636363. Windows color (decimal): -10654899 or 5073757. OLE color: 5073757.
HSL color Cylindrical-coordinate representation of color #5D6B4D: hue angle of 88º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5D6B4D is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 93 | 107 | 77 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.58 |
| HSL | 88º | 0.16% | 0.36% | - |
| HSV(B) | 88º | 0.28% | 0.42% | - |
| XYZ | 11.11 | 13.38 | 9.02 | - |
| YUV | 99.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 107 | 77 | 0.13 | 0 | 0.28 | 0.58 | 88 | 0.16 | 0.36 |
| Hex | 5D | 6B | 4D | D | 0 | 1C | 3A | 58 | 10 | 24 |
| Octal | 135 | 153 | 115 | 15 | 0 | 34 | 72 | 130 | 20 | 44 |
| Binary | 1011101 | 1101011 | 1001101 | 1101 | 0 | 11100 | 111010 | 1011000 | 10000 | 100100 |
Color Harmonies of #5D6B4D
Complementary color
Monochromatic Colors of #5D6B4D
Black with #5D6B4D
Text Example
Text Example
White with #5D6B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6B4D; }
p { color: rgb(93,107,77); }
H1.HeaderClassName
{
color: #5D6B4D;
}
.AnyTagClassName
{
color: #5D6B4D;
}
</style>
background-color css
<style>
a { background-color: #5D6B4D; }
a { background-color: rgb(93,107,77); }
div.DivClassName
{
background-color: #5D6B4D;
}
.BgClassName
{
background-color: #5D6B4D;
}
</style>
border-color css
<style>
span { border-color: #5D6B4D; }
span { border-color: rgb(93,107,77); }
td.TdClassName
{
border-color: #5D6B4D;
}
.TagClassName
{
border-color: #5D6B4D;
}
</style>