Shades of Chalet Green #546A45
Tints of Chalet Green #546A45
RGB
CMYK
RGB Variations
Color information
#546A45 (or 0x546A45) is known color: Chalet Green. HEX triplet: 54, 6A and 45. RGB value is (84,106,69). Sum of RGB (Red+Green+Blue) = 84+106+69=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 69 (27.34% from 255 or 26.64% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #546A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546A45 is #AB95BA. Grayscale: #5F5F5F. Windows color (decimal): -11244987 or 4549204. OLE color: 4549204.
HSL color Cylindrical-coordinate representation of color #546A45: hue angle of 95.68º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546A45 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 106 | 69 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.58 |
| HSL | 95.68º | 0.21% | 0.34% | - |
| HSV(B) | 95.68º | 0.35% | 0.42% | - |
| XYZ | 9.88 | 12.62 | 7.55 | - |
| YUV | 95.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 69 | 0.21 | 0 | 0.35 | 0.58 | 95.68 | 0.21 | 0.34 |
| Hex | 54 | 6A | 45 | 15 | 0 | 23 | 3A | 60 | 15 | 22 |
| Octal | 124 | 152 | 105 | 25 | 0 | 43 | 72 | 140 | 25 | 42 |
| Binary | 1010100 | 1101010 | 1000101 | 10101 | 0 | 100011 | 111010 | 1100000 | 10101 | 100010 |
Color Harmonies of #546A45
Complementary color
Monochromatic Colors of #546A45
Black with #546A45
Text Example
Text Example
White with #546A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A45; }
p { color: rgb(84,106,69); }
H1.HeaderClassName
{
color: #546A45;
}
.AnyTagClassName
{
color: #546A45;
}
</style>
background-color css
<style>
a { background-color: #546A45; }
a { background-color: rgb(84,106,69); }
div.DivClassName
{
background-color: #546A45;
}
.BgClassName
{
background-color: #546A45;
}
</style>
border-color css
<style>
span { border-color: #546A45; }
span { border-color: rgb(84,106,69); }
td.TdClassName
{
border-color: #546A45;
}
.TagClassName
{
border-color: #546A45;
}
</style>