Shades of Verdun Green #474E16
Tints of Verdun Green #474E16
RGB
CMYK
RGB Variations
Color information
#474E16 (or 0x474E16) is known color: Verdun Green. HEX triplet: 47, 4E and 16. RGB value is (71,78,22). Sum of RGB (Red+Green+Blue) = 71+78+22=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 78 (30.86% from 255 or 45.61% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 78 - color contains mainly: green. Hex color #474E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474E16 is #B8B1E9. Grayscale: #454545. Windows color (decimal): -12104170 or 1461831. OLE color: 1461831.
HSL color Cylindrical-coordinate representation of color #474E16: hue angle of 67.5º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #474E16 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 22 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.69 |
| HSL | 67.5º | 0.56% | 0.2% | - |
| HSV(B) | 67.5º | 0.72% | 0.31% | - |
| XYZ | 5.47 | 6.85 | 1.79 | - |
| YUV | 69.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 22 | 0.09 | 0 | 0.72 | 0.69 | 67.5 | 0.56 | 0.2 |
| Hex | 47 | 4E | 16 | 9 | 0 | 48 | 45 | 44 | 38 | 14 |
| Octal | 107 | 116 | 26 | 11 | 0 | 110 | 105 | 104 | 70 | 24 |
| Binary | 1000111 | 1001110 | 10110 | 1001 | 0 | 1001000 | 1000101 | 1000100 | 111000 | 10100 |
Color Harmonies of #474E16
Complementary color
Monochromatic Colors of #474E16
Black with #474E16
Text Example
Text Example
White with #474E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E16; }
p { color: rgb(71,78,22); }
H1.HeaderClassName
{
color: #474E16;
}
.AnyTagClassName
{
color: #474E16;
}
</style>
background-color css
<style>
a { background-color: #474E16; }
a { background-color: rgb(71,78,22); }
div.DivClassName
{
background-color: #474E16;
}
.BgClassName
{
background-color: #474E16;
}
</style>
border-color css
<style>
span { border-color: #474E16; }
span { border-color: rgb(71,78,22); }
td.TdClassName
{
border-color: #474E16;
}
.TagClassName
{
border-color: #474E16;
}
</style>