Shades of Viridian Green #546D63
Tints of Viridian Green #546D63
RGB
CMYK
RGB Variations
Color information
#546D63 (or 0x546D63) is known color: Viridian Green. HEX triplet: 54, 6D and 63. RGB value is (84,109,99). Sum of RGB (Red+Green+Blue) = 84+109+99=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #546D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D63 is #AB929C. Grayscale: #646464. Windows color (decimal): -11244189 or 6516052. OLE color: 6516052.
HSL color Cylindrical-coordinate representation of color #546D63: hue angle of 156º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #546D63 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 99 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.57 |
| HSL | 156º | 0.13% | 0.38% | - |
| HSV(B) | 156º | 0.23% | 0.43% | - |
| XYZ | 11.38 | 13.72 | 13.85 | - |
| YUV | 100.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 99 | 0.23 | 0 | 0.09 | 0.57 | 156 | 0.13 | 0.38 |
| Hex | 54 | 6D | 63 | 17 | 0 | 9 | 39 | 9C | D | 26 |
| Octal | 124 | 155 | 143 | 27 | 0 | 11 | 71 | 234 | 15 | 46 |
| Binary | 1010100 | 1101101 | 1100011 | 10111 | 0 | 1001 | 111001 | 10011100 | 1101 | 100110 |
Color Harmonies of #546D63
Complementary color
Monochromatic Colors of #546D63
Black with #546D63
Text Example
Text Example
White with #546D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D63; }
p { color: rgb(84,109,99); }
H1.HeaderClassName
{
color: #546D63;
}
.AnyTagClassName
{
color: #546D63;
}
</style>
background-color css
<style>
a { background-color: #546D63; }
a { background-color: rgb(84,109,99); }
div.DivClassName
{
background-color: #546D63;
}
.BgClassName
{
background-color: #546D63;
}
</style>
border-color css
<style>
span { border-color: #546D63; }
span { border-color: rgb(84,109,99); }
td.TdClassName
{
border-color: #546D63;
}
.TagClassName
{
border-color: #546D63;
}
</style>