Shades of Viridian Green #546560
Tints of Viridian Green #546560
RGB
CMYK
RGB Variations
Color information
#546560 (or 0x546560) is known color: Viridian Green. HEX triplet: 54, 65 and 60. RGB value is (84,101,96). Sum of RGB (Red+Green+Blue) = 84+101+96=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #546560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546560 is #AB9A9F. Grayscale: #5F5F5F. Windows color (decimal): -11246240 or 6317396. OLE color: 6317396.
HSL color Cylindrical-coordinate representation of color #546560: hue angle of 162.35º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546560 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 96 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.60 |
| HSL | 162.35º | 0.09% | 0.36% | - |
| HSV(B) | 162.35º | 0.17% | 0.4% | - |
| XYZ | 10.42 | 12.04 | 12.84 | - |
| YUV | 95.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 96 | 0.17 | 0 | 0.05 | 0.60 | 162.35 | 0.09 | 0.36 |
| Hex | 54 | 65 | 60 | 11 | 0 | 5 | 3C | A2 | 9 | 24 |
| Octal | 124 | 145 | 140 | 21 | 0 | 5 | 74 | 242 | 11 | 44 |
| Binary | 1010100 | 1100101 | 1100000 | 10001 | 0 | 101 | 111100 | 10100010 | 1001 | 100100 |
Color Harmonies of #546560
Complementary color
Monochromatic Colors of #546560
Black with #546560
Text Example
Text Example
White with #546560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546560; }
p { color: rgb(84,101,96); }
H1.HeaderClassName
{
color: #546560;
}
.AnyTagClassName
{
color: #546560;
}
</style>
background-color css
<style>
a { background-color: #546560; }
a { background-color: rgb(84,101,96); }
div.DivClassName
{
background-color: #546560;
}
.BgClassName
{
background-color: #546560;
}
</style>
border-color css
<style>
span { border-color: #546560; }
span { border-color: rgb(84,101,96); }
td.TdClassName
{
border-color: #546560;
}
.TagClassName
{
border-color: #546560;
}
</style>