Shades of Chalet Green #546F40
Tints of Chalet Green #546F40
RGB
CMYK
RGB Variations
Color information
#546F40 (or 0x546F40) is known color: Chalet Green. HEX triplet: 54, 6F and 40. RGB value is (84,111,64). Sum of RGB (Red+Green+Blue) = 84+111+64=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #546F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546F40 is #AB90BF. Grayscale: #616161. Windows color (decimal): -11243712 or 4222804. OLE color: 4222804.
HSL color Cylindrical-coordinate representation of color #546F40: hue angle of 94.47º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #546F40 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 64 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.56 |
| HSL | 94.47º | 0.27% | 0.34% | - |
| HSV(B) | 94.47º | 0.42% | 0.44% | - |
| XYZ | 10.27 | 13.62 | 6.94 | - |
| YUV | 97.57 | 109.05 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 64 | 0.24 | 0 | 0.42 | 0.56 | 94.47 | 0.27 | 0.34 |
| Hex | 54 | 6F | 40 | 18 | 0 | 2A | 38 | 5E | 1B | 22 |
| Octal | 124 | 157 | 100 | 30 | 0 | 52 | 70 | 136 | 33 | 42 |
| Binary | 1010100 | 1101111 | 1000000 | 11000 | 0 | 101010 | 111000 | 1011110 | 11011 | 100010 |
Color Harmonies of #546F40
Complementary color
Monochromatic Colors of #546F40
Black with #546F40
Text Example
Text Example
White with #546F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F40; }
p { color: rgb(84,111,64); }
H1.HeaderClassName
{
color: #546F40;
}
.AnyTagClassName
{
color: #546F40;
}
</style>
background-color css
<style>
a { background-color: #546F40; }
a { background-color: rgb(84,111,64); }
div.DivClassName
{
background-color: #546F40;
}
.BgClassName
{
background-color: #546F40;
}
</style>
border-color css
<style>
span { border-color: #546F40; }
span { border-color: rgb(84,111,64); }
td.TdClassName
{
border-color: #546F40;
}
.TagClassName
{
border-color: #546F40;
}
</style>