Shades of Verdun Green #474E17
Tints of Verdun Green #474E17
RGB
CMYK
RGB Variations
Color information
#474E17 (or 0x474E17) is known color: Verdun Green. HEX triplet: 47, 4E and 17. RGB value is (71,78,23). Sum of RGB (Red+Green+Blue) = 71+78+23=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #474E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474E17 is #B8B1E8. Grayscale: #454545. Windows color (decimal): -12104169 or 1527367. OLE color: 1527367.
HSL color Cylindrical-coordinate representation of color #474E17: hue angle of 67.64º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474E17 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 23 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.69 |
| HSL | 67.64º | 0.54% | 0.2% | - |
| HSV(B) | 67.64º | 0.71% | 0.31% | - |
| XYZ | 5.48 | 6.85 | 1.84 | - |
| YUV | 69.64 | 101.68 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 23 | 0.09 | 0 | 0.71 | 0.69 | 67.64 | 0.54 | 0.2 |
| Hex | 47 | 4E | 17 | 9 | 0 | 47 | 45 | 44 | 36 | 14 |
| Octal | 107 | 116 | 27 | 11 | 0 | 107 | 105 | 104 | 66 | 24 |
| Binary | 1000111 | 1001110 | 10111 | 1001 | 0 | 1000111 | 1000101 | 1000100 | 110110 | 10100 |
Color Harmonies of #474E17
Complementary color
Monochromatic Colors of #474E17
Black with #474E17
Text Example
Text Example
White with #474E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E17; }
p { color: rgb(71,78,23); }
H1.HeaderClassName
{
color: #474E17;
}
.AnyTagClassName
{
color: #474E17;
}
</style>
background-color css
<style>
a { background-color: #474E17; }
a { background-color: rgb(71,78,23); }
div.DivClassName
{
background-color: #474E17;
}
.BgClassName
{
background-color: #474E17;
}
</style>
border-color css
<style>
span { border-color: #474E17; }
span { border-color: rgb(71,78,23); }
td.TdClassName
{
border-color: #474E17;
}
.TagClassName
{
border-color: #474E17;
}
</style>