Shades of Chalet Green #546942
Tints of Chalet Green #546942
RGB
CMYK
RGB Variations
Color information
#546942 (or 0x546942) is known color: Chalet Green. HEX triplet: 54, 69 and 42. RGB value is (84,105,66). Sum of RGB (Red+Green+Blue) = 84+105+66=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #546942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546942 is #AB96BD. Grayscale: #5E5E5E. Windows color (decimal): -11245246 or 4352340. OLE color: 4352340.
HSL color Cylindrical-coordinate representation of color #546942: hue angle of 92.31º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #546942 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 66 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.59 |
| HSL | 92.31º | 0.23% | 0.34% | - |
| HSV(B) | 92.31º | 0.37% | 0.41% | - |
| XYZ | 9.69 | 12.38 | 7.03 | - |
| YUV | 94.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 66 | 0.20 | 0 | 0.37 | 0.59 | 92.31 | 0.23 | 0.34 |
| Hex | 54 | 69 | 42 | 14 | 0 | 25 | 3B | 5C | 17 | 22 |
| Octal | 124 | 151 | 102 | 24 | 0 | 45 | 73 | 134 | 27 | 42 |
| Binary | 1010100 | 1101001 | 1000010 | 10100 | 0 | 100101 | 111011 | 1011100 | 10111 | 100010 |
Color Harmonies of #546942
Complementary color
Monochromatic Colors of #546942
Black with #546942
Text Example
Text Example
White with #546942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546942; }
p { color: rgb(84,105,66); }
H1.HeaderClassName
{
color: #546942;
}
.AnyTagClassName
{
color: #546942;
}
</style>
background-color css
<style>
a { background-color: #546942; }
a { background-color: rgb(84,105,66); }
div.DivClassName
{
background-color: #546942;
}
.BgClassName
{
background-color: #546942;
}
</style>
border-color css
<style>
span { border-color: #546942; }
span { border-color: rgb(84,105,66); }
td.TdClassName
{
border-color: #546942;
}
.TagClassName
{
border-color: #546942;
}
</style>