Shades of Chalet Green #5D684D
Tints of Chalet Green #5D684D
RGB
CMYK
RGB Variations
Color information
#5D684D (or 0x5D684D) is known color: Chalet Green. HEX triplet: 5D, 68 and 4D. RGB value is (93,104,77). Sum of RGB (Red+Green+Blue) = 93+104+77=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #5D684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D684D is #A297B2. Grayscale: #616161. Windows color (decimal): -10655667 or 5072989. OLE color: 5072989.
HSL color Cylindrical-coordinate representation of color #5D684D: hue angle of 84.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D684D is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 93 | 104 | 77 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.59 |
| HSL | 84.44º | 0.15% | 0.35% | - |
| HSV(B) | 84.44º | 0.26% | 0.41% | - |
| XYZ | 10.8 | 12.76 | 8.92 | - |
| YUV | 97.63 | 116.36 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 104 | 77 | 0.11 | 0 | 0.26 | 0.59 | 84.44 | 0.15 | 0.35 |
| Hex | 5D | 68 | 4D | B | 0 | 1A | 3B | 54 | F | 23 |
| Octal | 135 | 150 | 115 | 13 | 0 | 32 | 73 | 124 | 17 | 43 |
| Binary | 1011101 | 1101000 | 1001101 | 1011 | 0 | 11010 | 111011 | 1010100 | 1111 | 100011 |
Color Harmonies of #5D684D
Complementary color
Monochromatic Colors of #5D684D
Black with #5D684D
Text Example
Text Example
White with #5D684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D684D; }
p { color: rgb(93,104,77); }
H1.HeaderClassName
{
color: #5D684D;
}
.AnyTagClassName
{
color: #5D684D;
}
</style>
background-color css
<style>
a { background-color: #5D684D; }
a { background-color: rgb(93,104,77); }
div.DivClassName
{
background-color: #5D684D;
}
.BgClassName
{
background-color: #5D684D;
}
</style>
border-color css
<style>
span { border-color: #5D684D; }
span { border-color: rgb(93,104,77); }
td.TdClassName
{
border-color: #5D684D;
}
.TagClassName
{
border-color: #5D684D;
}
</style>