Shades of Verdun Green #475119
Tints of Verdun Green #475119
RGB
CMYK
RGB Variations
Color information
#475119 (or 0x475119) is known color: Verdun Green. HEX triplet: 47, 51 and 19. RGB value is (71,81,25). Sum of RGB (Red+Green+Blue) = 71+81+25=177 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.11% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #475119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475119 is #B8AEE6. Grayscale: #474747. Windows color (decimal): -12103399 or 1659207. OLE color: 1659207.
HSL color Cylindrical-coordinate representation of color #475119: hue angle of 70.71º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #475119 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 25 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.68 |
| HSL | 70.71º | 0.53% | 0.21% | - |
| HSV(B) | 70.71º | 0.69% | 0.32% | - |
| XYZ | 5.72 | 7.29 | 2.03 | - |
| YUV | 71.63 | 101.69 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 25 | 0.12 | 0 | 0.69 | 0.68 | 70.71 | 0.53 | 0.21 |
| Hex | 47 | 51 | 19 | C | 0 | 45 | 44 | 47 | 35 | 15 |
| Octal | 107 | 121 | 31 | 14 | 0 | 105 | 104 | 107 | 65 | 25 |
| Binary | 1000111 | 1010001 | 11001 | 1100 | 0 | 1000101 | 1000100 | 1000111 | 110101 | 10101 |
Color Harmonies of #475119
Complementary color
Monochromatic Colors of #475119
Black with #475119
Text Example
Text Example
White with #475119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475119; }
p { color: rgb(71,81,25); }
H1.HeaderClassName
{
color: #475119;
}
.AnyTagClassName
{
color: #475119;
}
</style>
background-color css
<style>
a { background-color: #475119; }
a { background-color: rgb(71,81,25); }
div.DivClassName
{
background-color: #475119;
}
.BgClassName
{
background-color: #475119;
}
</style>
border-color css
<style>
span { border-color: #475119; }
span { border-color: rgb(71,81,25); }
td.TdClassName
{
border-color: #475119;
}
.TagClassName
{
border-color: #475119;
}
</style>