Shades of Chalet Green #556448
Tints of Chalet Green #556448
RGB
CMYK
RGB Variations
Color information
#556448 (or 0x556448) is known color: Chalet Green. HEX triplet: 55, 64 and 48. RGB value is (85,100,72). Sum of RGB (Red+Green+Blue) = 85+100+72=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #556448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556448 is #AA9BB7. Grayscale: #5C5C5C. Windows color (decimal): -11180984 or 4744277. OLE color: 4744277.
HSL color Cylindrical-coordinate representation of color #556448: hue angle of 92.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #556448 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 100 | 72 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.61 |
| HSL | 92.14º | 0.16% | 0.34% | - |
| HSV(B) | 92.14º | 0.28% | 0.39% | - |
| XYZ | 9.47 | 11.51 | 7.85 | - |
| YUV | 92.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 72 | 0.15 | 0 | 0.28 | 0.61 | 92.14 | 0.16 | 0.34 |
| Hex | 55 | 64 | 48 | F | 0 | 1C | 3D | 5C | 10 | 22 |
| Octal | 125 | 144 | 110 | 17 | 0 | 34 | 75 | 134 | 20 | 42 |
| Binary | 1010101 | 1100100 | 1001000 | 1111 | 0 | 11100 | 111101 | 1011100 | 10000 | 100010 |
Color Harmonies of #556448
Complementary color
Monochromatic Colors of #556448
Black with #556448
Text Example
Text Example
White with #556448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556448; }
p { color: rgb(85,100,72); }
H1.HeaderClassName
{
color: #556448;
}
.AnyTagClassName
{
color: #556448;
}
</style>
background-color css
<style>
a { background-color: #556448; }
a { background-color: rgb(85,100,72); }
div.DivClassName
{
background-color: #556448;
}
.BgClassName
{
background-color: #556448;
}
</style>
border-color css
<style>
span { border-color: #556448; }
span { border-color: rgb(85,100,72); }
td.TdClassName
{
border-color: #556448;
}
.TagClassName
{
border-color: #556448;
}
</style>