Shades of Verdun Green #546605
Tints of Verdun Green #546605
RGB
CMYK
RGB Variations
Color information
#546605 (or 0x546605) is known color: Verdun Green. HEX triplet: 54, 66 and 05. RGB value is (84,102,5). Sum of RGB (Red+Green+Blue) = 84+102+5=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #546605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546605 is #AB99FA. Grayscale: #555555. Windows color (decimal): -11246075 or 353876. OLE color: 353876.
HSL color Cylindrical-coordinate representation of color #546605: hue angle of 71.13º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #546605 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 84 | 102 | 5 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.6 |
| HSL | 71.13º | 0.91% | 0.21% | - |
| HSV(B) | 71.13º | 0.95% | 0.4% | - |
| XYZ | 8.43 | 11.4 | 1.9 | - |
| YUV | 85.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 102 | 5 | 0.18 | 0 | 0.95 | 0.6 | 71.13 | 0.91 | 0.21 |
| Hex | 54 | 66 | 5 | 12 | 0 | 5F | 3C | 47 | 5B | 15 |
| Octal | 124 | 146 | 5 | 22 | 0 | 137 | 74 | 107 | 133 | 25 |
| Binary | 1010100 | 1100110 | 101 | 10010 | 0 | 1011111 | 111100 | 1000111 | 1011011 | 10101 |
Color Harmonies of #546605
Complementary color
Monochromatic Colors of #546605
Black with #546605
Text Example
Text Example
White with #546605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546605; }
p { color: rgb(84,102,5); }
H1.HeaderClassName
{
color: #546605;
}
.AnyTagClassName
{
color: #546605;
}
</style>
background-color css
<style>
a { background-color: #546605; }
a { background-color: rgb(84,102,5); }
div.DivClassName
{
background-color: #546605;
}
.BgClassName
{
background-color: #546605;
}
</style>
border-color css
<style>
span { border-color: #546605; }
span { border-color: rgb(84,102,5); }
td.TdClassName
{
border-color: #546605;
}
.TagClassName
{
border-color: #546605;
}
</style>