Shades of Verdun Green #546211
Tints of Verdun Green #546211
RGB
CMYK
RGB Variations
Color information
#546211 (or 0x546211) is known color: Verdun Green. HEX triplet: 54, 62 and 11. RGB value is (84,98,17). Sum of RGB (Red+Green+Blue) = 84+98+17=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #546211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546211 is #AB9DEE. Grayscale: #545454. Windows color (decimal): -11247087 or 1139284. OLE color: 1139284.
HSL color Cylindrical-coordinate representation of color #546211: hue angle of 70.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #546211 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 17 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.62 |
| HSL | 70.37º | 0.7% | 0.23% | - |
| HSV(B) | 70.37º | 0.83% | 0.38% | - |
| XYZ | 8.13 | 10.66 | 2.16 | - |
| YUV | 84.58 | 89.86 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 17 | 0.14 | 0 | 0.83 | 0.62 | 70.37 | 0.7 | 0.23 |
| Hex | 54 | 62 | 11 | E | 0 | 53 | 3E | 46 | 46 | 17 |
| Octal | 124 | 142 | 21 | 16 | 0 | 123 | 76 | 106 | 106 | 27 |
| Binary | 1010100 | 1100010 | 10001 | 1110 | 0 | 1010011 | 111110 | 1000110 | 1000110 | 10111 |
Color Harmonies of #546211
Complementary color
Monochromatic Colors of #546211
Black with #546211
Text Example
Text Example
White with #546211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546211; }
p { color: rgb(84,98,17); }
H1.HeaderClassName
{
color: #546211;
}
.AnyTagClassName
{
color: #546211;
}
</style>
background-color css
<style>
a { background-color: #546211; }
a { background-color: rgb(84,98,17); }
div.DivClassName
{
background-color: #546211;
}
.BgClassName
{
background-color: #546211;
}
</style>
border-color css
<style>
span { border-color: #546211; }
span { border-color: rgb(84,98,17); }
td.TdClassName
{
border-color: #546211;
}
.TagClassName
{
border-color: #546211;
}
</style>