Shades of Chalet Green #546D42
Tints of Chalet Green #546D42
RGB
CMYK
RGB Variations
Color information
#546D42 (or 0x546D42) is known color: Chalet Green. HEX triplet: 54, 6D and 42. RGB value is (84,109,66). Sum of RGB (Red+Green+Blue) = 84+109+66=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #546D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546D42 is #AB92BD. Grayscale: #606060. Windows color (decimal): -11244222 or 4353364. OLE color: 4353364.
HSL color Cylindrical-coordinate representation of color #546D42: hue angle of 94.88º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #546D42 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 66 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.57 |
| HSL | 94.88º | 0.25% | 0.34% | - |
| HSV(B) | 94.88º | 0.39% | 0.43% | - |
| XYZ | 10.11 | 13.22 | 7.17 | - |
| YUV | 96.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 66 | 0.23 | 0 | 0.39 | 0.57 | 94.88 | 0.25 | 0.34 |
| Hex | 54 | 6D | 42 | 17 | 0 | 27 | 39 | 5F | 19 | 22 |
| Octal | 124 | 155 | 102 | 27 | 0 | 47 | 71 | 137 | 31 | 42 |
| Binary | 1010100 | 1101101 | 1000010 | 10111 | 0 | 100111 | 111001 | 1011111 | 11001 | 100010 |
Color Harmonies of #546D42
Complementary color
Monochromatic Colors of #546D42
Black with #546D42
Text Example
Text Example
White with #546D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D42; }
p { color: rgb(84,109,66); }
H1.HeaderClassName
{
color: #546D42;
}
.AnyTagClassName
{
color: #546D42;
}
</style>
background-color css
<style>
a { background-color: #546D42; }
a { background-color: rgb(84,109,66); }
div.DivClassName
{
background-color: #546D42;
}
.BgClassName
{
background-color: #546D42;
}
</style>
border-color css
<style>
span { border-color: #546D42; }
span { border-color: rgb(84,109,66); }
td.TdClassName
{
border-color: #546D42;
}
.TagClassName
{
border-color: #546D42;
}
</style>