Shades of Verdun Green #474404
Tints of Verdun Green #474404
RGB
CMYK
RGB Variations
Color information
#474404 (or 0x474404) is known color: Verdun Green. HEX triplet: 47, 44 and 04. RGB value is (71,68,4). Sum of RGB (Red+Green+Blue) = 71+68+4=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474404 is #B8BBFB. Grayscale: #3D3D3D. Windows color (decimal): -12106748 or 279623. OLE color: 279623.
HSL color Cylindrical-coordinate representation of color #474404: hue angle of 57.31º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #474404 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 68 | 4 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.72 |
| HSL | 57.31º | 0.89% | 0.15% | - |
| HSV(B) | 57.31º | 0.94% | 0.28% | - |
| XYZ | 4.69 | 5.48 | 0.93 | - |
| YUV | 61.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 4 | 0 | 0.04 | 0.94 | 0.72 | 57.31 | 0.89 | 0.15 |
| Hex | 47 | 44 | 4 | 0 | 4 | 5E | 48 | 39 | 59 | F |
| Octal | 107 | 104 | 4 | 0 | 4 | 136 | 110 | 71 | 131 | 17 |
| Binary | 1000111 | 1000100 | 100 | 0 | 100 | 1011110 | 1001000 | 111001 | 1011001 | 1111 |
Color Harmonies of #474404
Complementary color
Monochromatic Colors of #474404
Black with #474404
Text Example
Text Example
White with #474404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474404; }
p { color: rgb(71,68,4); }
H1.HeaderClassName
{
color: #474404;
}
.AnyTagClassName
{
color: #474404;
}
</style>
background-color css
<style>
a { background-color: #474404; }
a { background-color: rgb(71,68,4); }
div.DivClassName
{
background-color: #474404;
}
.BgClassName
{
background-color: #474404;
}
</style>
border-color css
<style>
span { border-color: #474404; }
span { border-color: rgb(71,68,4); }
td.TdClassName
{
border-color: #474404;
}
.TagClassName
{
border-color: #474404;
}
</style>