Shades of Chalet Green #556246
Tints of Chalet Green #556246
RGB
CMYK
RGB Variations
Color information
#556246 (or 0x556246) is known color: Chalet Green. HEX triplet: 55, 62 and 46. RGB value is (85,98,70). Sum of RGB (Red+Green+Blue) = 85+98+70=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #556246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556246 is #AA9DB9. Grayscale: #5B5B5B. Windows color (decimal): -11181498 or 4612693. OLE color: 4612693.
HSL color Cylindrical-coordinate representation of color #556246: hue angle of 87.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #556246 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 98 | 70 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.62 |
| HSL | 87.86º | 0.17% | 0.33% | - |
| HSV(B) | 87.86º | 0.29% | 0.38% | - |
| XYZ | 9.22 | 11.11 | 7.45 | - |
| YUV | 90.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 70 | 0.13 | 0 | 0.29 | 0.62 | 87.86 | 0.17 | 0.33 |
| Hex | 55 | 62 | 46 | D | 0 | 1D | 3E | 58 | 11 | 21 |
| Octal | 125 | 142 | 106 | 15 | 0 | 35 | 76 | 130 | 21 | 41 |
| Binary | 1010101 | 1100010 | 1000110 | 1101 | 0 | 11101 | 111110 | 1011000 | 10001 | 100001 |
Color Harmonies of #556246
Complementary color
Monochromatic Colors of #556246
Black with #556246
Text Example
Text Example
White with #556246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556246; }
p { color: rgb(85,98,70); }
H1.HeaderClassName
{
color: #556246;
}
.AnyTagClassName
{
color: #556246;
}
</style>
background-color css
<style>
a { background-color: #556246; }
a { background-color: rgb(85,98,70); }
div.DivClassName
{
background-color: #556246;
}
.BgClassName
{
background-color: #556246;
}
</style>
border-color css
<style>
span { border-color: #556246; }
span { border-color: rgb(85,98,70); }
td.TdClassName
{
border-color: #556246;
}
.TagClassName
{
border-color: #556246;
}
</style>