Shades of Verdun Green #546A00
Tints of Verdun Green #546A00
RGB
CMYK
RGB Variations
Color information
#546A00 (or 0x546A00) is known color: Verdun Green. HEX triplet: 54, 6A and 00. RGB value is (84,106,0). Sum of RGB (Red+Green+Blue) = 84+106+0=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #546A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546A00 is #AB95FF. Grayscale: #575757. Windows color (decimal): -11245056 or 27220. OLE color: 27220.
HSL color Cylindrical-coordinate representation of color #546A00: hue angle of 72.45º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #546A00 is Cyan = 0.21, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 106 | 0 | - |
| CMYK | 0.21 | 0 | 1 | 0.58 |
| HSL | 72.45º | 1% | 0.21% | - |
| HSV(B) | 72.45º | 1% | 0.42% | - |
| XYZ | 8.81 | 12.19 | 1.89 | - |
| YUV | 87.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 0 | 0.21 | 0 | 1 | 0.58 | 72.45 | 1 | 0.21 |
| Hex | 54 | 6A | 0 | 15 | 0 | 64 | 3A | 48 | 64 | 15 |
| Octal | 124 | 152 | 0 | 25 | 0 | 144 | 72 | 110 | 144 | 25 |
| Binary | 1010100 | 1101010 | 0 | 10101 | 0 | 1100100 | 111010 | 1001000 | 1100100 | 10101 |
Color Harmonies of #546A00
Complementary color
Monochromatic Colors of #546A00
Black with #546A00
Text Example
Text Example
White with #546A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A00; }
p { color: rgb(84,106,0); }
H1.HeaderClassName
{
color: #546A00;
}
.AnyTagClassName
{
color: #546A00;
}
</style>
background-color css
<style>
a { background-color: #546A00; }
a { background-color: rgb(84,106,0); }
div.DivClassName
{
background-color: #546A00;
}
.BgClassName
{
background-color: #546A00;
}
</style>
border-color css
<style>
span { border-color: #546A00; }
span { border-color: rgb(84,106,0); }
td.TdClassName
{
border-color: #546A00;
}
.TagClassName
{
border-color: #546A00;
}
</style>