Shades of Chalet Green #556742
Tints of Chalet Green #556742
RGB
CMYK
RGB Variations
Color information
#556742 (or 0x556742) is known color: Chalet Green. HEX triplet: 55, 67 and 42. RGB value is (85,103,66). Sum of RGB (Red+Green+Blue) = 85+103+66=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #556742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556742 is #AA98BD. Grayscale: #5D5D5D. Windows color (decimal): -11180222 or 4351829. OLE color: 4351829.
HSL color Cylindrical-coordinate representation of color #556742: hue angle of 89.19º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #556742 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 103 | 66 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.60 |
| HSL | 89.19º | 0.22% | 0.33% | - |
| HSV(B) | 89.19º | 0.36% | 0.4% | - |
| XYZ | 9.58 | 12.03 | 6.97 | - |
| YUV | 93.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 66 | 0.17 | 0 | 0.36 | 0.60 | 89.19 | 0.22 | 0.33 |
| Hex | 55 | 67 | 42 | 11 | 0 | 24 | 3C | 59 | 16 | 21 |
| Octal | 125 | 147 | 102 | 21 | 0 | 44 | 74 | 131 | 26 | 41 |
| Binary | 1010101 | 1100111 | 1000010 | 10001 | 0 | 100100 | 111100 | 1011001 | 10110 | 100001 |
Color Harmonies of #556742
Complementary color
Monochromatic Colors of #556742
Black with #556742
Text Example
Text Example
White with #556742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556742; }
p { color: rgb(85,103,66); }
H1.HeaderClassName
{
color: #556742;
}
.AnyTagClassName
{
color: #556742;
}
</style>
background-color css
<style>
a { background-color: #556742; }
a { background-color: rgb(85,103,66); }
div.DivClassName
{
background-color: #556742;
}
.BgClassName
{
background-color: #556742;
}
</style>
border-color css
<style>
span { border-color: #556742; }
span { border-color: rgb(85,103,66); }
td.TdClassName
{
border-color: #556742;
}
.TagClassName
{
border-color: #556742;
}
</style>