Shades of Verdun Green #476204
Tints of Verdun Green #476204
RGB
CMYK
RGB Variations
Color information
#476204 (or 0x476204) is known color: Verdun Green. HEX triplet: 47, 62 and 04. RGB value is (71,98,4). Sum of RGB (Red+Green+Blue) = 71+98+4=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #476204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476204 is #B89DFB. Grayscale: #4F4F4F. Windows color (decimal): -12099068 or 287303. OLE color: 287303.
HSL color Cylindrical-coordinate representation of color #476204: hue angle of 77.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #476204 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 4 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.62 |
| HSL | 77.23º | 0.92% | 0.2% | - |
| HSV(B) | 77.23º | 0.96% | 0.38% | - |
| XYZ | 6.99 | 10.08 | 1.69 | - |
| YUV | 79.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 4 | 0.28 | 0 | 0.96 | 0.62 | 77.23 | 0.92 | 0.2 |
| Hex | 47 | 62 | 4 | 1C | 0 | 60 | 3E | 4D | 5C | 14 |
| Octal | 107 | 142 | 4 | 34 | 0 | 140 | 76 | 115 | 134 | 24 |
| Binary | 1000111 | 1100010 | 100 | 11100 | 0 | 1100000 | 111110 | 1001101 | 1011100 | 10100 |
Color Harmonies of #476204
Complementary color
Monochromatic Colors of #476204
Black with #476204
Text Example
Text Example
White with #476204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476204; }
p { color: rgb(71,98,4); }
H1.HeaderClassName
{
color: #476204;
}
.AnyTagClassName
{
color: #476204;
}
</style>
background-color css
<style>
a { background-color: #476204; }
a { background-color: rgb(71,98,4); }
div.DivClassName
{
background-color: #476204;
}
.BgClassName
{
background-color: #476204;
}
</style>
border-color css
<style>
span { border-color: #476204; }
span { border-color: rgb(71,98,4); }
td.TdClassName
{
border-color: #476204;
}
.TagClassName
{
border-color: #476204;
}
</style>