Shades of Viridian Green #546660
Tints of Viridian Green #546660
RGB
CMYK
RGB Variations
Color information
#546660 (or 0x546660) is known color: Viridian Green. HEX triplet: 54, 66 and 60. RGB value is (84,102,96). Sum of RGB (Red+Green+Blue) = 84+102+96=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 102 - color contains mainly: green. Hex color #546660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546660 is #AB999F. Grayscale: #5F5F5F. Windows color (decimal): -11245984 or 6317652. OLE color: 6317652.
HSL color Cylindrical-coordinate representation of color #546660: hue angle of 160º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #546660 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 96 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.6 |
| HSL | 160º | 0.1% | 0.36% | - |
| HSV(B) | 160º | 0.18% | 0.4% | - |
| XYZ | 10.52 | 12.23 | 12.87 | - |
| YUV | 95.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 96 | 0.18 | 0 | 0.06 | 0.6 | 160 | 0.1 | 0.36 |
| Hex | 54 | 66 | 60 | 12 | 0 | 6 | 3C | A0 | A | 24 |
| Octal | 124 | 146 | 140 | 22 | 0 | 6 | 74 | 240 | 12 | 44 |
| Binary | 1010100 | 1100110 | 1100000 | 10010 | 0 | 110 | 111100 | 10100000 | 1010 | 100100 |
Color Harmonies of #546660
Complementary color
Monochromatic Colors of #546660
Black with #546660
Text Example
Text Example
White with #546660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546660; }
p { color: rgb(84,102,96); }
H1.HeaderClassName
{
color: #546660;
}
.AnyTagClassName
{
color: #546660;
}
</style>
background-color css
<style>
a { background-color: #546660; }
a { background-color: rgb(84,102,96); }
div.DivClassName
{
background-color: #546660;
}
.BgClassName
{
background-color: #546660;
}
</style>
border-color css
<style>
span { border-color: #546660; }
span { border-color: rgb(84,102,96); }
td.TdClassName
{
border-color: #546660;
}
.TagClassName
{
border-color: #546660;
}
</style>