Shades of Viridian Green #546D62
Tints of Viridian Green #546D62
RGB
CMYK
RGB Variations
Color information
#546D62 (or 0x546D62) is known color: Viridian Green. HEX triplet: 54, 6D and 62. RGB value is (84,109,98). Sum of RGB (Red+Green+Blue) = 84+109+98=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 109 - color contains mainly: green. Hex color #546D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546D62 is #AB929D. Grayscale: #646464. Windows color (decimal): -11244190 or 6450516. OLE color: 6450516.
HSL color Cylindrical-coordinate representation of color #546D62: hue angle of 153.6º 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 #546D62 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 98 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.57 |
| HSL | 153.6º | 0.13% | 0.38% | - |
| HSV(B) | 153.6º | 0.23% | 0.43% | - |
| XYZ | 11.33 | 13.7 | 13.6 | - |
| YUV | 100.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 98 | 0.23 | 0 | 0.10 | 0.57 | 153.6 | 0.13 | 0.38 |
| Hex | 54 | 6D | 62 | 17 | 0 | A | 39 | 9A | D | 26 |
| Octal | 124 | 155 | 142 | 27 | 0 | 12 | 71 | 232 | 15 | 46 |
| Binary | 1010100 | 1101101 | 1100010 | 10111 | 0 | 1010 | 111001 | 10011010 | 1101 | 100110 |
Color Harmonies of #546D62
Complementary color
Monochromatic Colors of #546D62
Black with #546D62
Text Example
Text Example
White with #546D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D62; }
p { color: rgb(84,109,98); }
H1.HeaderClassName
{
color: #546D62;
}
.AnyTagClassName
{
color: #546D62;
}
</style>
background-color css
<style>
a { background-color: #546D62; }
a { background-color: rgb(84,109,98); }
div.DivClassName
{
background-color: #546D62;
}
.BgClassName
{
background-color: #546D62;
}
</style>
border-color css
<style>
span { border-color: #546D62; }
span { border-color: rgb(84,109,98); }
td.TdClassName
{
border-color: #546D62;
}
.TagClassName
{
border-color: #546D62;
}
</style>