Shades of Chalet Green #556047
Tints of Chalet Green #556047
RGB
CMYK
RGB Variations
Color information
#556047 (or 0x556047) is known color: Chalet Green. HEX triplet: 55, 60 and 47. RGB value is (85,96,71). Sum of RGB (Red+Green+Blue) = 85+96+71=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 96 - color contains mainly: green. Hex color #556047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556047 is #AA9FB8. Grayscale: #595959. Windows color (decimal): -11182009 or 4677717. OLE color: 4677717.
HSL color Cylindrical-coordinate representation of color #556047: hue angle of 86.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #556047 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 71 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.62 |
| HSL | 86.4º | 0.15% | 0.33% | - |
| HSV(B) | 86.4º | 0.26% | 0.38% | - |
| XYZ | 9.07 | 10.75 | 7.56 | - |
| YUV | 89.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 71 | 0.11 | 0 | 0.26 | 0.62 | 86.4 | 0.15 | 0.33 |
| Hex | 55 | 60 | 47 | B | 0 | 1A | 3E | 56 | F | 21 |
| Octal | 125 | 140 | 107 | 13 | 0 | 32 | 76 | 126 | 17 | 41 |
| Binary | 1010101 | 1100000 | 1000111 | 1011 | 0 | 11010 | 111110 | 1010110 | 1111 | 100001 |
Color Harmonies of #556047
Complementary color
Monochromatic Colors of #556047
Black with #556047
Text Example
Text Example
White with #556047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556047; }
p { color: rgb(85,96,71); }
H1.HeaderClassName
{
color: #556047;
}
.AnyTagClassName
{
color: #556047;
}
</style>
background-color css
<style>
a { background-color: #556047; }
a { background-color: rgb(85,96,71); }
div.DivClassName
{
background-color: #556047;
}
.BgClassName
{
background-color: #556047;
}
</style>
border-color css
<style>
span { border-color: #556047; }
span { border-color: rgb(85,96,71); }
td.TdClassName
{
border-color: #556047;
}
.TagClassName
{
border-color: #556047;
}
</style>