Shades of Verdun Green #546A02
Tints of Verdun Green #546A02
RGB
CMYK
RGB Variations
Color information
#546A02 (or 0x546A02) is known color: Verdun Green. HEX triplet: 54, 6A and 02. RGB value is (84,106,2). Sum of RGB (Red+Green+Blue) = 84+106+2=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #546A02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546A02 is #AB95FD. Grayscale: #575757. Windows color (decimal): -11245054 or 158292. OLE color: 158292.
HSL color Cylindrical-coordinate representation of color #546A02: hue angle of 72.69º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #546A02 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 106 | 2 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.58 |
| HSL | 72.69º | 0.96% | 0.21% | - |
| HSV(B) | 72.69º | 0.98% | 0.42% | - |
| XYZ | 8.82 | 12.2 | 1.95 | - |
| YUV | 87.57 | 79.71 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 106 | 2 | 0.21 | 0 | 0.98 | 0.58 | 72.69 | 0.96 | 0.21 |
| Hex | 54 | 6A | 2 | 15 | 0 | 62 | 3A | 49 | 60 | 15 |
| Octal | 124 | 152 | 2 | 25 | 0 | 142 | 72 | 111 | 140 | 25 |
| Binary | 1010100 | 1101010 | 10 | 10101 | 0 | 1100010 | 111010 | 1001001 | 1100000 | 10101 |
Color Harmonies of #546A02
Complementary color
Monochromatic Colors of #546A02
Black with #546A02
Text Example
Text Example
White with #546A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546A02; }
p { color: rgb(84,106,2); }
H1.HeaderClassName
{
color: #546A02;
}
.AnyTagClassName
{
color: #546A02;
}
</style>
background-color css
<style>
a { background-color: #546A02; }
a { background-color: rgb(84,106,2); }
div.DivClassName
{
background-color: #546A02;
}
.BgClassName
{
background-color: #546A02;
}
</style>
border-color css
<style>
span { border-color: #546A02; }
span { border-color: rgb(84,106,2); }
td.TdClassName
{
border-color: #546A02;
}
.TagClassName
{
border-color: #546A02;
}
</style>