Shades of Viridian Green #546F64
Tints of Viridian Green #546F64
RGB
CMYK
RGB Variations
Color information
#546F64 (or 0x546F64) is known color: Viridian Green. HEX triplet: 54, 6F and 64. RGB value is (84,111,100). Sum of RGB (Red+Green+Blue) = 84+111+100=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #546F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546F64 is #AB909B. Grayscale: #656565. Windows color (decimal): -11243676 or 6582100. OLE color: 6582100.
HSL color Cylindrical-coordinate representation of color #546F64: hue angle of 155.56º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #546F64 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 100 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.56 |
| HSL | 155.56º | 0.14% | 0.38% | - |
| HSV(B) | 155.56º | 0.24% | 0.44% | - |
| XYZ | 11.64 | 14.17 | 14.18 | - |
| YUV | 101.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 100 | 0.24 | 0 | 0.10 | 0.56 | 155.56 | 0.14 | 0.38 |
| Hex | 54 | 6F | 64 | 18 | 0 | A | 38 | 9C | E | 26 |
| Octal | 124 | 157 | 144 | 30 | 0 | 12 | 70 | 234 | 16 | 46 |
| Binary | 1010100 | 1101111 | 1100100 | 11000 | 0 | 1010 | 111000 | 10011100 | 1110 | 100110 |
Color Harmonies of #546F64
Complementary color
Monochromatic Colors of #546F64
Black with #546F64
Text Example
Text Example
White with #546F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F64; }
p { color: rgb(84,111,100); }
H1.HeaderClassName
{
color: #546F64;
}
.AnyTagClassName
{
color: #546F64;
}
</style>
background-color css
<style>
a { background-color: #546F64; }
a { background-color: rgb(84,111,100); }
div.DivClassName
{
background-color: #546F64;
}
.BgClassName
{
background-color: #546F64;
}
</style>
border-color css
<style>
span { border-color: #546F64; }
span { border-color: rgb(84,111,100); }
td.TdClassName
{
border-color: #546F64;
}
.TagClassName
{
border-color: #546F64;
}
</style>