Shades of Verdun Green #474D15
Tints of Verdun Green #474D15
RGB
CMYK
RGB Variations
Color information
#474D15 (or 0x474D15) is known color: Verdun Green. HEX triplet: 47, 4D and 15. RGB value is (71,77,21). Sum of RGB (Red+Green+Blue) = 71+77+21=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 77 (30.47% from 255 or 45.56% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 77 - color contains mainly: green. Hex color #474D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474D15 is #B8B2EA. Grayscale: #454545. Windows color (decimal): -12104427 or 1396039. OLE color: 1396039.
HSL color Cylindrical-coordinate representation of color #474D15: hue angle of 66.43º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #474D15 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 77 | 21 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.70 |
| HSL | 66.43º | 0.57% | 0.19% | - |
| HSV(B) | 66.43º | 0.73% | 0.3% | - |
| XYZ | 5.39 | 6.7 | 1.72 | - |
| YUV | 68.82 | 101.01 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 21 | 0.08 | 0 | 0.73 | 0.70 | 66.43 | 0.57 | 0.19 |
| Hex | 47 | 4D | 15 | 8 | 0 | 49 | 46 | 42 | 39 | 13 |
| Octal | 107 | 115 | 25 | 10 | 0 | 111 | 106 | 102 | 71 | 23 |
| Binary | 1000111 | 1001101 | 10101 | 1000 | 0 | 1001001 | 1000110 | 1000010 | 111001 | 10011 |
Color Harmonies of #474D15
Complementary color
Monochromatic Colors of #474D15
Black with #474D15
Text Example
Text Example
White with #474D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D15; }
p { color: rgb(71,77,21); }
H1.HeaderClassName
{
color: #474D15;
}
.AnyTagClassName
{
color: #474D15;
}
</style>
background-color css
<style>
a { background-color: #474D15; }
a { background-color: rgb(71,77,21); }
div.DivClassName
{
background-color: #474D15;
}
.BgClassName
{
background-color: #474D15;
}
</style>
border-color css
<style>
span { border-color: #474D15; }
span { border-color: rgb(71,77,21); }
td.TdClassName
{
border-color: #474D15;
}
.TagClassName
{
border-color: #474D15;
}
</style>