Shades of Chalet Green #556941
Tints of Chalet Green #556941
RGB
CMYK
RGB Variations
Color information
#556941 (or 0x556941) is known color: Chalet Green. HEX triplet: 55, 69 and 41. RGB value is (85,105,65). Sum of RGB (Red+Green+Blue) = 85+105+65=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #556941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556941 is #AA96BE. Grayscale: #5E5E5E. Windows color (decimal): -11179711 or 4286805. OLE color: 4286805.
HSL color Cylindrical-coordinate representation of color #556941: hue angle of 90º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #556941 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 65 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.59 |
| HSL | 90º | 0.24% | 0.33% | - |
| HSV(B) | 90º | 0.38% | 0.41% | - |
| XYZ | 9.75 | 12.42 | 6.88 | - |
| YUV | 94.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 65 | 0.19 | 0 | 0.38 | 0.59 | 90 | 0.24 | 0.33 |
| Hex | 55 | 69 | 41 | 13 | 0 | 26 | 3B | 5A | 18 | 21 |
| Octal | 125 | 151 | 101 | 23 | 0 | 46 | 73 | 132 | 30 | 41 |
| Binary | 1010101 | 1101001 | 1000001 | 10011 | 0 | 100110 | 111011 | 1011010 | 11000 | 100001 |
Color Harmonies of #556941
Complementary color
Monochromatic Colors of #556941
Black with #556941
Text Example
Text Example
White with #556941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556941; }
p { color: rgb(85,105,65); }
H1.HeaderClassName
{
color: #556941;
}
.AnyTagClassName
{
color: #556941;
}
</style>
background-color css
<style>
a { background-color: #556941; }
a { background-color: rgb(85,105,65); }
div.DivClassName
{
background-color: #556941;
}
.BgClassName
{
background-color: #556941;
}
</style>
border-color css
<style>
span { border-color: #556941; }
span { border-color: rgb(85,105,65); }
td.TdClassName
{
border-color: #556941;
}
.TagClassName
{
border-color: #556941;
}
</style>