Shades of Dark Green Copper #546E65
Tints of Dark Green Copper #546E65
RGB
CMYK
RGB Variations
Color information
#546E65 (or 0x546E65) is known color: Dark Green Copper. HEX triplet: 54, 6E and 65. RGB value is (84,110,101). Sum of RGB (Red+Green+Blue) = 84+110+101=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #546E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546E65 is #AB919A. Grayscale: #656565. Windows color (decimal): -11243931 or 6647380. OLE color: 6647380.
HSL color Cylindrical-coordinate representation of color #546E65: hue angle of 159.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546E65 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 110 | 101 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.57 |
| HSL | 159.23º | 0.13% | 0.38% | - |
| HSV(B) | 159.23º | 0.24% | 0.43% | - |
| XYZ | 11.58 | 13.98 | 14.4 | - |
| YUV | 101.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 110 | 101 | 0.24 | 0 | 0.08 | 0.57 | 159.23 | 0.13 | 0.38 |
| Hex | 54 | 6E | 65 | 18 | 0 | 8 | 39 | 9F | D | 26 |
| Octal | 124 | 156 | 145 | 30 | 0 | 10 | 71 | 237 | 15 | 46 |
| Binary | 1010100 | 1101110 | 1100101 | 11000 | 0 | 1000 | 111001 | 10011111 | 1101 | 100110 |
Color Harmonies of #546E65
Complementary color
Monochromatic Colors of #546E65
Black with #546E65
Text Example
Text Example
White with #546E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546E65; }
p { color: rgb(84,110,101); }
H1.HeaderClassName
{
color: #546E65;
}
.AnyTagClassName
{
color: #546E65;
}
</style>
background-color css
<style>
a { background-color: #546E65; }
a { background-color: rgb(84,110,101); }
div.DivClassName
{
background-color: #546E65;
}
.BgClassName
{
background-color: #546E65;
}
</style>
border-color css
<style>
span { border-color: #546E65; }
span { border-color: rgb(84,110,101); }
td.TdClassName
{
border-color: #546E65;
}
.TagClassName
{
border-color: #546E65;
}
</style>