Shades of Verdun Green #546002
Tints of Verdun Green #546002
RGB
CMYK
RGB Variations
Color information
#546002 (or 0x546002) is known color: Verdun Green. HEX triplet: 54, 60 and 02. RGB value is (84,96,2). Sum of RGB (Red+Green+Blue) = 84+96+2=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #546002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546002 is #AB9FFD. Grayscale: #525252. Windows color (decimal): -11247614 or 155732. OLE color: 155732.
HSL color Cylindrical-coordinate representation of color #546002: hue angle of 67.66º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #546002 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 2 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.62 |
| HSL | 67.66º | 0.96% | 0.19% | - |
| HSV(B) | 67.66º | 0.98% | 0.38% | - |
| XYZ | 7.85 | 10.25 | 1.62 | - |
| YUV | 81.7 | 83.02 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 2 | 0.12 | 0 | 0.98 | 0.62 | 67.66 | 0.96 | 0.19 |
| Hex | 54 | 60 | 2 | C | 0 | 62 | 3E | 44 | 60 | 13 |
| Octal | 124 | 140 | 2 | 14 | 0 | 142 | 76 | 104 | 140 | 23 |
| Binary | 1010100 | 1100000 | 10 | 1100 | 0 | 1100010 | 111110 | 1000100 | 1100000 | 10011 |
Color Harmonies of #546002
Complementary color
Monochromatic Colors of #546002
Black with #546002
Text Example
Text Example
White with #546002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546002; }
p { color: rgb(84,96,2); }
H1.HeaderClassName
{
color: #546002;
}
.AnyTagClassName
{
color: #546002;
}
</style>
background-color css
<style>
a { background-color: #546002; }
a { background-color: rgb(84,96,2); }
div.DivClassName
{
background-color: #546002;
}
.BgClassName
{
background-color: #546002;
}
</style>
border-color css
<style>
span { border-color: #546002; }
span { border-color: rgb(84,96,2); }
td.TdClassName
{
border-color: #546002;
}
.TagClassName
{
border-color: #546002;
}
</style>