Shades of Chalet Green #5D6F4D
Tints of Chalet Green #5D6F4D
RGB
CMYK
RGB Variations
Color information
#5D6F4D (or 0x5D6F4D) is known color: Chalet Green. HEX triplet: 5D, 6F and 4D. RGB value is (93,111,77). Sum of RGB (Red+Green+Blue) = 93+111+77=281 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.10% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #5D6F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6F4D is #A290B2. Grayscale: #656565. Windows color (decimal): -10653875 or 5074781. OLE color: 5074781.
HSL color Cylindrical-coordinate representation of color #5D6F4D: hue angle of 91.76º 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 #5D6F4D is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 111 | 77 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.56 |
| HSL | 91.76º | 0.18% | 0.37% | - |
| HSV(B) | 91.76º | 0.31% | 0.44% | - |
| XYZ | 11.54 | 14.23 | 9.16 | - |
| YUV | 101.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 111 | 77 | 0.16 | 0 | 0.31 | 0.56 | 91.76 | 0.18 | 0.37 |
| Hex | 5D | 6F | 4D | 10 | 0 | 1F | 38 | 5C | 12 | 25 |
| Octal | 135 | 157 | 115 | 20 | 0 | 37 | 70 | 134 | 22 | 45 |
| Binary | 1011101 | 1101111 | 1001101 | 10000 | 0 | 11111 | 111000 | 1011100 | 10010 | 100101 |
Color Harmonies of #5D6F4D
Complementary color
Monochromatic Colors of #5D6F4D
Black with #5D6F4D
Text Example
Text Example
White with #5D6F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6F4D; }
p { color: rgb(93,111,77); }
H1.HeaderClassName
{
color: #5D6F4D;
}
.AnyTagClassName
{
color: #5D6F4D;
}
</style>
background-color css
<style>
a { background-color: #5D6F4D; }
a { background-color: rgb(93,111,77); }
div.DivClassName
{
background-color: #5D6F4D;
}
.BgClassName
{
background-color: #5D6F4D;
}
</style>
border-color css
<style>
span { border-color: #5D6F4D; }
span { border-color: rgb(93,111,77); }
td.TdClassName
{
border-color: #5D6F4D;
}
.TagClassName
{
border-color: #5D6F4D;
}
</style>