Shades of Verdun Green #475E16
Tints of Verdun Green #475E16
RGB
CMYK
RGB Variations
Color information
#475E16 (or 0x475E16) is known color: Verdun Green. HEX triplet: 47, 5E and 16. RGB value is (71,94,22). Sum of RGB (Red+Green+Blue) = 71+94+22=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 94 (37.11% from 255 or 50.27% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 94 - color contains mainly: green. Hex color #475E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475E16 is #B8A1E9. Grayscale: #4F4F4F. Windows color (decimal): -12100074 or 1465927. OLE color: 1465927.
HSL color Cylindrical-coordinate representation of color #475E16: hue angle of 79.17º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #475E16 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 94 | 22 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.63 |
| HSL | 79.17º | 0.62% | 0.23% | - |
| HSV(B) | 79.17º | 0.77% | 0.37% | - |
| XYZ | 6.75 | 9.4 | 2.22 | - |
| YUV | 78.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 94 | 22 | 0.24 | 0 | 0.77 | 0.63 | 79.17 | 0.62 | 0.23 |
| Hex | 47 | 5E | 16 | 18 | 0 | 4D | 3F | 4F | 3E | 17 |
| Octal | 107 | 136 | 26 | 30 | 0 | 115 | 77 | 117 | 76 | 27 |
| Binary | 1000111 | 1011110 | 10110 | 11000 | 0 | 1001101 | 111111 | 1001111 | 111110 | 10111 |
Color Harmonies of #475E16
Complementary color
Monochromatic Colors of #475E16
Black with #475E16
Text Example
Text Example
White with #475E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475E16; }
p { color: rgb(71,94,22); }
H1.HeaderClassName
{
color: #475E16;
}
.AnyTagClassName
{
color: #475E16;
}
</style>
background-color css
<style>
a { background-color: #475E16; }
a { background-color: rgb(71,94,22); }
div.DivClassName
{
background-color: #475E16;
}
.BgClassName
{
background-color: #475E16;
}
</style>
border-color css
<style>
span { border-color: #475E16; }
span { border-color: rgb(71,94,22); }
td.TdClassName
{
border-color: #475E16;
}
.TagClassName
{
border-color: #475E16;
}
</style>