Shades of Verdun Green #546900
Tints of Verdun Green #546900
RGB
CMYK
RGB Variations
Color information
#546900 (or 0x546900) is known color: Verdun Green. HEX triplet: 54, 69 and 00. RGB value is (84,105,0). Sum of RGB (Red+Green+Blue) = 84+105+0=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #546900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546900 is #AB96FF. Grayscale: #575757. Windows color (decimal): -11245312 or 26964. OLE color: 26964.
HSL color Cylindrical-coordinate representation of color #546900: hue angle of 72º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #546900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.59 |
| HSL | 72º | 1% | 0.21% | - |
| HSV(B) | 72º | 1% | 0.41% | - |
| XYZ | 8.71 | 11.99 | 1.85 | - |
| YUV | 86.75 | 79.04 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 0 | 0.20 | 0 | 1 | 0.59 | 72 | 1 | 0.21 |
| Hex | 54 | 69 | 0 | 14 | 0 | 64 | 3B | 48 | 64 | 15 |
| Octal | 124 | 151 | 0 | 24 | 0 | 144 | 73 | 110 | 144 | 25 |
| Binary | 1010100 | 1101001 | 0 | 10100 | 0 | 1100100 | 111011 | 1001000 | 1100100 | 10101 |
Color Harmonies of #546900
Complementary color
Monochromatic Colors of #546900
Black with #546900
Text Example
Text Example
White with #546900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546900; }
p { color: rgb(84,105,0); }
H1.HeaderClassName
{
color: #546900;
}
.AnyTagClassName
{
color: #546900;
}
</style>
background-color css
<style>
a { background-color: #546900; }
a { background-color: rgb(84,105,0); }
div.DivClassName
{
background-color: #546900;
}
.BgClassName
{
background-color: #546900;
}
</style>
border-color css
<style>
span { border-color: #546900; }
span { border-color: rgb(84,105,0); }
td.TdClassName
{
border-color: #546900;
}
.TagClassName
{
border-color: #546900;
}
</style>