Shades of Chalet Green #546B42
Tints of Chalet Green #546B42
RGB
CMYK
RGB Variations
Color information
#546B42 (or 0x546B42) is known color: Chalet Green. HEX triplet: 54, 6B and 42. RGB value is (84,107,66). Sum of RGB (Red+Green+Blue) = 84+107+66=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #546B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546B42 is #AB94BD. Grayscale: #5F5F5F. Windows color (decimal): -11244734 or 4352852. OLE color: 4352852.
HSL color Cylindrical-coordinate representation of color #546B42: hue angle of 93.66º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #546B42 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 107 | 66 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.58 |
| HSL | 93.66º | 0.24% | 0.34% | - |
| HSV(B) | 93.66º | 0.38% | 0.42% | - |
| XYZ | 9.9 | 12.79 | 7.1 | - |
| YUV | 95.45 | 111.38 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 107 | 66 | 0.21 | 0 | 0.38 | 0.58 | 93.66 | 0.24 | 0.34 |
| Hex | 54 | 6B | 42 | 15 | 0 | 26 | 3A | 5E | 18 | 22 |
| Octal | 124 | 153 | 102 | 25 | 0 | 46 | 72 | 136 | 30 | 42 |
| Binary | 1010100 | 1101011 | 1000010 | 10101 | 0 | 100110 | 111010 | 1011110 | 11000 | 100010 |
Color Harmonies of #546B42
Complementary color
Monochromatic Colors of #546B42
Black with #546B42
Text Example
Text Example
White with #546B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546B42; }
p { color: rgb(84,107,66); }
H1.HeaderClassName
{
color: #546B42;
}
.AnyTagClassName
{
color: #546B42;
}
</style>
background-color css
<style>
a { background-color: #546B42; }
a { background-color: rgb(84,107,66); }
div.DivClassName
{
background-color: #546B42;
}
.BgClassName
{
background-color: #546B42;
}
</style>
border-color css
<style>
span { border-color: #546B42; }
span { border-color: rgb(84,107,66); }
td.TdClassName
{
border-color: #546B42;
}
.TagClassName
{
border-color: #546B42;
}
</style>