Shades of Verdun Green #546512
Tints of Verdun Green #546512
RGB
CMYK
RGB Variations
Color information
#546512 (or 0x546512) is known color: Verdun Green. HEX triplet: 54, 65 and 12. RGB value is (84,101,18). Sum of RGB (Red+Green+Blue) = 84+101+18=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #546512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546512 is #AB9AED. Grayscale: #565656. Windows color (decimal): -11246318 or 1205588. OLE color: 1205588.
HSL color Cylindrical-coordinate representation of color #546512: hue angle of 72.29º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #546512 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 18 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.60 |
| HSL | 72.29º | 0.7% | 0.23% | - |
| HSV(B) | 72.29º | 0.82% | 0.4% | - |
| XYZ | 8.42 | 11.24 | 2.3 | - |
| YUV | 86.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 18 | 0.17 | 0 | 0.82 | 0.60 | 72.29 | 0.7 | 0.23 |
| Hex | 54 | 65 | 12 | 11 | 0 | 52 | 3C | 48 | 46 | 17 |
| Octal | 124 | 145 | 22 | 21 | 0 | 122 | 74 | 110 | 106 | 27 |
| Binary | 1010100 | 1100101 | 10010 | 10001 | 0 | 1010010 | 111100 | 1001000 | 1000110 | 10111 |
Color Harmonies of #546512
Complementary color
Monochromatic Colors of #546512
Black with #546512
Text Example
Text Example
White with #546512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546512; }
p { color: rgb(84,101,18); }
H1.HeaderClassName
{
color: #546512;
}
.AnyTagClassName
{
color: #546512;
}
</style>
background-color css
<style>
a { background-color: #546512; }
a { background-color: rgb(84,101,18); }
div.DivClassName
{
background-color: #546512;
}
.BgClassName
{
background-color: #546512;
}
</style>
border-color css
<style>
span { border-color: #546512; }
span { border-color: rgb(84,101,18); }
td.TdClassName
{
border-color: #546512;
}
.TagClassName
{
border-color: #546512;
}
</style>