Shades of Chalet Green #546D40
Tints of Chalet Green #546D40
RGB
CMYK
RGB Variations
Color information
#546D40 (or 0x546D40) is known color: Chalet Green. HEX triplet: 54, 6D and 40. RGB value is (84,109,64). Sum of RGB (Red+Green+Blue) = 84+109+64=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #546D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546D40 is #AB92BF. Grayscale: #606060. Windows color (decimal): -11244224 or 4222292. OLE color: 4222292.
HSL color Cylindrical-coordinate representation of color #546D40: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #546D40 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 64 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.57 |
| HSL | 93.33º | 0.26% | 0.34% | - |
| HSV(B) | 93.33º | 0.41% | 0.43% | - |
| XYZ | 10.05 | 13.19 | 6.87 | - |
| YUV | 96.4 | 109.72 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 64 | 0.23 | 0 | 0.41 | 0.57 | 93.33 | 0.26 | 0.34 |
| Hex | 54 | 6D | 40 | 17 | 0 | 29 | 39 | 5D | 1A | 22 |
| Octal | 124 | 155 | 100 | 27 | 0 | 51 | 71 | 135 | 32 | 42 |
| Binary | 1010100 | 1101101 | 1000000 | 10111 | 0 | 101001 | 111001 | 1011101 | 11010 | 100010 |
Color Harmonies of #546D40
Complementary color
Monochromatic Colors of #546D40
Black with #546D40
Text Example
Text Example
White with #546D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D40; }
p { color: rgb(84,109,64); }
H1.HeaderClassName
{
color: #546D40;
}
.AnyTagClassName
{
color: #546D40;
}
</style>
background-color css
<style>
a { background-color: #546D40; }
a { background-color: rgb(84,109,64); }
div.DivClassName
{
background-color: #546D40;
}
.BgClassName
{
background-color: #546D40;
}
</style>
border-color css
<style>
span { border-color: #546D40; }
span { border-color: rgb(84,109,64); }
td.TdClassName
{
border-color: #546D40;
}
.TagClassName
{
border-color: #546D40;
}
</style>