Shades of Verdun Green #546704
Tints of Verdun Green #546704
RGB
CMYK
RGB Variations
Color information
#546704 (or 0x546704) is known color: Verdun Green. HEX triplet: 54, 67 and 04. RGB value is (84,103,4). Sum of RGB (Red+Green+Blue) = 84+103+4=191 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.98% from 191); Green value is 103 (40.62% from 255 or 53.93% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 103 - color contains mainly: green. Hex color #546704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546704 is #AB98FB. Grayscale: #565656. Windows color (decimal): -11245820 or 288596. OLE color: 288596.
HSL color Cylindrical-coordinate representation of color #546704: hue angle of 71.52º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #546704 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 103 | 4 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.60 |
| HSL | 71.52º | 0.93% | 0.21% | - |
| HSV(B) | 71.52º | 0.96% | 0.4% | - |
| XYZ | 8.53 | 11.59 | 1.9 | - |
| YUV | 86.03 | 81.71 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 4 | 0.18 | 0 | 0.96 | 0.60 | 71.52 | 0.93 | 0.21 |
| Hex | 54 | 67 | 4 | 12 | 0 | 60 | 3C | 48 | 5D | 15 |
| Octal | 124 | 147 | 4 | 22 | 0 | 140 | 74 | 110 | 135 | 25 |
| Binary | 1010100 | 1100111 | 100 | 10010 | 0 | 1100000 | 111100 | 1001000 | 1011101 | 10101 |
Color Harmonies of #546704
Complementary color
Monochromatic Colors of #546704
Black with #546704
Text Example
Text Example
White with #546704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546704; }
p { color: rgb(84,103,4); }
H1.HeaderClassName
{
color: #546704;
}
.AnyTagClassName
{
color: #546704;
}
</style>
background-color css
<style>
a { background-color: #546704; }
a { background-color: rgb(84,103,4); }
div.DivClassName
{
background-color: #546704;
}
.BgClassName
{
background-color: #546704;
}
</style>
border-color css
<style>
span { border-color: #546704; }
span { border-color: rgb(84,103,4); }
td.TdClassName
{
border-color: #546704;
}
.TagClassName
{
border-color: #546704;
}
</style>