Shades of Verdun Green #546402
Tints of Verdun Green #546402
RGB
CMYK
RGB Variations
Color information
#546402 (or 0x546402) is known color: Verdun Green. HEX triplet: 54, 64 and 02. RGB value is (84,100,2). Sum of RGB (Red+Green+Blue) = 84+100+2=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 100 (39.45% from 255 or 53.76% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 100 - color contains mainly: green. Hex color #546402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546402 is #AB9BFD. Grayscale: #545454. Windows color (decimal): -11246590 or 156756. OLE color: 156756.
HSL color Cylindrical-coordinate representation of color #546402: hue angle of 69.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #546402 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 2 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.61 |
| HSL | 69.8º | 0.96% | 0.2% | - |
| HSV(B) | 69.8º | 0.98% | 0.39% | - |
| XYZ | 8.22 | 11 | 1.75 | - |
| YUV | 84.04 | 81.7 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 2 | 0.16 | 0 | 0.98 | 0.61 | 69.8 | 0.96 | 0.2 |
| Hex | 54 | 64 | 2 | 10 | 0 | 62 | 3D | 46 | 60 | 14 |
| Octal | 124 | 144 | 2 | 20 | 0 | 142 | 75 | 106 | 140 | 24 |
| Binary | 1010100 | 1100100 | 10 | 10000 | 0 | 1100010 | 111101 | 1000110 | 1100000 | 10100 |
Color Harmonies of #546402
Complementary color
Monochromatic Colors of #546402
Black with #546402
Text Example
Text Example
White with #546402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546402; }
p { color: rgb(84,100,2); }
H1.HeaderClassName
{
color: #546402;
}
.AnyTagClassName
{
color: #546402;
}
</style>
background-color css
<style>
a { background-color: #546402; }
a { background-color: rgb(84,100,2); }
div.DivClassName
{
background-color: #546402;
}
.BgClassName
{
background-color: #546402;
}
</style>
border-color css
<style>
span { border-color: #546402; }
span { border-color: rgb(84,100,2); }
td.TdClassName
{
border-color: #546402;
}
.TagClassName
{
border-color: #546402;
}
</style>