Shades of Verdun Green #546210
Tints of Verdun Green #546210
RGB
CMYK
RGB Variations
Color information
#546210 (or 0x546210) is known color: Verdun Green. HEX triplet: 54, 62 and 10. RGB value is (84,98,16). Sum of RGB (Red+Green+Blue) = 84+98+16=198 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.42% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #546210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546210 is #AB9DEF. Grayscale: #545454. Windows color (decimal): -11247088 or 1073748. OLE color: 1073748.
HSL color Cylindrical-coordinate representation of color #546210: hue angle of 70.24º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #546210 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 16 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.62 |
| HSL | 70.24º | 0.72% | 0.22% | - |
| HSV(B) | 70.24º | 0.84% | 0.38% | - |
| XYZ | 8.12 | 10.66 | 2.12 | - |
| YUV | 84.47 | 89.36 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 16 | 0.14 | 0 | 0.84 | 0.62 | 70.24 | 0.72 | 0.22 |
| Hex | 54 | 62 | 10 | E | 0 | 54 | 3E | 46 | 48 | 16 |
| Octal | 124 | 142 | 20 | 16 | 0 | 124 | 76 | 106 | 110 | 26 |
| Binary | 1010100 | 1100010 | 10000 | 1110 | 0 | 1010100 | 111110 | 1000110 | 1001000 | 10110 |
Color Harmonies of #546210
Complementary color
Monochromatic Colors of #546210
Black with #546210
Text Example
Text Example
White with #546210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546210; }
p { color: rgb(84,98,16); }
H1.HeaderClassName
{
color: #546210;
}
.AnyTagClassName
{
color: #546210;
}
</style>
background-color css
<style>
a { background-color: #546210; }
a { background-color: rgb(84,98,16); }
div.DivClassName
{
background-color: #546210;
}
.BgClassName
{
background-color: #546210;
}
</style>
border-color css
<style>
span { border-color: #546210; }
span { border-color: rgb(84,98,16); }
td.TdClassName
{
border-color: #546210;
}
.TagClassName
{
border-color: #546210;
}
</style>