Shades of Verdun Green #546215
Tints of Verdun Green #546215
RGB
CMYK
RGB Variations
Color information
#546215 (or 0x546215) is known color: Verdun Green. HEX triplet: 54, 62 and 15. RGB value is (84,98,21). Sum of RGB (Red+Green+Blue) = 84+98+21=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #546215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546215 is #AB9DEA. Grayscale: #555555. Windows color (decimal): -11247083 or 1401428. OLE color: 1401428.
HSL color Cylindrical-coordinate representation of color #546215: hue angle of 70.91º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #546215 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 21 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.62 |
| HSL | 70.91º | 0.65% | 0.23% | - |
| HSV(B) | 70.91º | 0.79% | 0.38% | - |
| XYZ | 8.16 | 10.67 | 2.34 | - |
| YUV | 85.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 21 | 0.14 | 0 | 0.79 | 0.62 | 70.91 | 0.65 | 0.23 |
| Hex | 54 | 62 | 15 | E | 0 | 4F | 3E | 47 | 41 | 17 |
| Octal | 124 | 142 | 25 | 16 | 0 | 117 | 76 | 107 | 101 | 27 |
| Binary | 1010100 | 1100010 | 10101 | 1110 | 0 | 1001111 | 111110 | 1000111 | 1000001 | 10111 |
Color Harmonies of #546215
Complementary color
Monochromatic Colors of #546215
Black with #546215
Text Example
Text Example
White with #546215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546215; }
p { color: rgb(84,98,21); }
H1.HeaderClassName
{
color: #546215;
}
.AnyTagClassName
{
color: #546215;
}
</style>
background-color css
<style>
a { background-color: #546215; }
a { background-color: rgb(84,98,21); }
div.DivClassName
{
background-color: #546215;
}
.BgClassName
{
background-color: #546215;
}
</style>
border-color css
<style>
span { border-color: #546215; }
span { border-color: rgb(84,98,21); }
td.TdClassName
{
border-color: #546215;
}
.TagClassName
{
border-color: #546215;
}
</style>