Shades of Verdun Green #476D04
Tints of Verdun Green #476D04
RGB
CMYK
RGB Variations
Color information
#476D04 (or 0x476D04) is known color: Verdun Green. HEX triplet: 47, 6D and 04. RGB value is (71,109,4). Sum of RGB (Red+Green+Blue) = 71+109+4=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 109 (42.97% from 255 or 59.24% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 109 - color contains mainly: green. Hex color #476D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D04 is #B892FB. Grayscale: #565656. Windows color (decimal): -12096252 or 290119. OLE color: 290119.
HSL color Cylindrical-coordinate representation of color #476D04: hue angle of 81.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #476D04 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 109 | 4 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.57 |
| HSL | 81.71º | 0.93% | 0.22% | - |
| HSV(B) | 81.71º | 0.96% | 0.43% | - |
| XYZ | 8.09 | 12.29 | 2.06 | - |
| YUV | 85.67 | 81.91 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 109 | 4 | 0.35 | 0 | 0.96 | 0.57 | 81.71 | 0.93 | 0.22 |
| Hex | 47 | 6D | 4 | 23 | 0 | 60 | 39 | 52 | 5D | 16 |
| Octal | 107 | 155 | 4 | 43 | 0 | 140 | 71 | 122 | 135 | 26 |
| Binary | 1000111 | 1101101 | 100 | 100011 | 0 | 1100000 | 111001 | 1010010 | 1011101 | 10110 |
Color Harmonies of #476D04
Complementary color
Monochromatic Colors of #476D04
Black with #476D04
Text Example
Text Example
White with #476D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476D04; }
p { color: rgb(71,109,4); }
H1.HeaderClassName
{
color: #476D04;
}
.AnyTagClassName
{
color: #476D04;
}
</style>
background-color css
<style>
a { background-color: #476D04; }
a { background-color: rgb(71,109,4); }
div.DivClassName
{
background-color: #476D04;
}
.BgClassName
{
background-color: #476D04;
}
</style>
border-color css
<style>
span { border-color: #476D04; }
span { border-color: rgb(71,109,4); }
td.TdClassName
{
border-color: #476D04;
}
.TagClassName
{
border-color: #476D04;
}
</style>