Shades of Chalet Green #556D45
Tints of Chalet Green #556D45
RGB
CMYK
RGB Variations
Color information
#556D45 (or 0x556D45) is known color: Chalet Green. HEX triplet: 55, 6D and 45. RGB value is (85,109,69). Sum of RGB (Red+Green+Blue) = 85+109+69=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #556D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556D45 is #AA92BA. Grayscale: #616161. Windows color (decimal): -11178683 or 4549973. OLE color: 4549973.
HSL color Cylindrical-coordinate representation of color #556D45: hue angle of 96º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #556D45 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 85 | 109 | 69 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.57 |
| HSL | 96º | 0.22% | 0.35% | - |
| HSV(B) | 96º | 0.37% | 0.43% | - |
| XYZ | 10.29 | 13.3 | 7.65 | - |
| YUV | 97.26 | 112.05 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 69 | 0.22 | 0 | 0.37 | 0.57 | 96 | 0.22 | 0.35 |
| Hex | 55 | 6D | 45 | 16 | 0 | 25 | 39 | 60 | 16 | 23 |
| Octal | 125 | 155 | 105 | 26 | 0 | 45 | 71 | 140 | 26 | 43 |
| Binary | 1010101 | 1101101 | 1000101 | 10110 | 0 | 100101 | 111001 | 1100000 | 10110 | 100011 |
Color Harmonies of #556D45
Complementary color
Monochromatic Colors of #556D45
Black with #556D45
Text Example
Text Example
White with #556D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556D45; }
p { color: rgb(85,109,69); }
H1.HeaderClassName
{
color: #556D45;
}
.AnyTagClassName
{
color: #556D45;
}
</style>
background-color css
<style>
a { background-color: #556D45; }
a { background-color: rgb(85,109,69); }
div.DivClassName
{
background-color: #556D45;
}
.BgClassName
{
background-color: #556D45;
}
</style>
border-color css
<style>
span { border-color: #556D45; }
span { border-color: rgb(85,109,69); }
td.TdClassName
{
border-color: #556D45;
}
.TagClassName
{
border-color: #556D45;
}
</style>