Shades of Verdun Green #546702
Tints of Verdun Green #546702
RGB
CMYK
RGB Variations
Color information
#546702 (or 0x546702) is known color: Verdun Green. HEX triplet: 54, 67 and 02. RGB value is (84,103,2). Sum of RGB (Red+Green+Blue) = 84+103+2=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #546702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546702 is #AB98FD. Grayscale: #565656. Windows color (decimal): -11245822 or 157524. OLE color: 157524.
HSL color Cylindrical-coordinate representation of color #546702: hue angle of 71.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #546702 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 103 | 2 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.60 |
| HSL | 71.29º | 0.96% | 0.21% | - |
| HSV(B) | 71.29º | 0.98% | 0.4% | - |
| XYZ | 8.52 | 11.59 | 1.85 | - |
| YUV | 85.81 | 80.71 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 2 | 0.18 | 0 | 0.98 | 0.60 | 71.29 | 0.96 | 0.21 |
| Hex | 54 | 67 | 2 | 12 | 0 | 62 | 3C | 47 | 60 | 15 |
| Octal | 124 | 147 | 2 | 22 | 0 | 142 | 74 | 107 | 140 | 25 |
| Binary | 1010100 | 1100111 | 10 | 10010 | 0 | 1100010 | 111100 | 1000111 | 1100000 | 10101 |
Color Harmonies of #546702
Complementary color
Monochromatic Colors of #546702
Black with #546702
Text Example
Text Example
White with #546702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546702; }
p { color: rgb(84,103,2); }
H1.HeaderClassName
{
color: #546702;
}
.AnyTagClassName
{
color: #546702;
}
</style>
background-color css
<style>
a { background-color: #546702; }
a { background-color: rgb(84,103,2); }
div.DivClassName
{
background-color: #546702;
}
.BgClassName
{
background-color: #546702;
}
</style>
border-color css
<style>
span { border-color: #546702; }
span { border-color: rgb(84,103,2); }
td.TdClassName
{
border-color: #546702;
}
.TagClassName
{
border-color: #546702;
}
</style>