Shades of Chalet Green #556345
Tints of Chalet Green #556345
RGB
CMYK
RGB Variations
Color information
#556345 (or 0x556345) is known color: Chalet Green. HEX triplet: 55, 63 and 45. RGB value is (85,99,69). Sum of RGB (Red+Green+Blue) = 85+99+69=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #556345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556345 is #AA9CBA. Grayscale: #5B5B5B. Windows color (decimal): -11181243 or 4547413. OLE color: 4547413.
HSL color Cylindrical-coordinate representation of color #556345: hue angle of 88º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #556345 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 99 | 69 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.61 |
| HSL | 88º | 0.18% | 0.33% | - |
| HSV(B) | 88º | 0.3% | 0.39% | - |
| XYZ | 9.28 | 11.28 | 7.32 | - |
| YUV | 91.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 99 | 69 | 0.14 | 0 | 0.30 | 0.61 | 88 | 0.18 | 0.33 |
| Hex | 55 | 63 | 45 | E | 0 | 1E | 3D | 58 | 12 | 21 |
| Octal | 125 | 143 | 105 | 16 | 0 | 36 | 75 | 130 | 22 | 41 |
| Binary | 1010101 | 1100011 | 1000101 | 1110 | 0 | 11110 | 111101 | 1011000 | 10010 | 100001 |
Color Harmonies of #556345
Complementary color
Monochromatic Colors of #556345
Black with #556345
Text Example
Text Example
White with #556345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556345; }
p { color: rgb(85,99,69); }
H1.HeaderClassName
{
color: #556345;
}
.AnyTagClassName
{
color: #556345;
}
</style>
background-color css
<style>
a { background-color: #556345; }
a { background-color: rgb(85,99,69); }
div.DivClassName
{
background-color: #556345;
}
.BgClassName
{
background-color: #556345;
}
</style>
border-color css
<style>
span { border-color: #556345; }
span { border-color: rgb(85,99,69); }
td.TdClassName
{
border-color: #556345;
}
.TagClassName
{
border-color: #556345;
}
</style>