Shades of Verdun Green #474915
Tints of Verdun Green #474915
RGB
CMYK
RGB Variations
Color information
#474915 (or 0x474915) is known color: Verdun Green. HEX triplet: 47, 49 and 15. RGB value is (71,73,21). Sum of RGB (Red+Green+Blue) = 71+73+21=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #474915 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474915 is #B8B6EA. Grayscale: #424242. Windows color (decimal): -12105451 or 1395015. OLE color: 1395015.
HSL color Cylindrical-coordinate representation of color #474915: hue angle of 62.31º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474915 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 21 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.71 |
| HSL | 62.31º | 0.55% | 0.18% | - |
| HSV(B) | 62.31º | 0.71% | 0.29% | - |
| XYZ | 5.12 | 6.16 | 1.63 | - |
| YUV | 66.47 | 102.34 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 21 | 0.03 | 0 | 0.71 | 0.71 | 62.31 | 0.55 | 0.18 |
| Hex | 47 | 49 | 15 | 3 | 0 | 47 | 47 | 3E | 37 | 12 |
| Octal | 107 | 111 | 25 | 3 | 0 | 107 | 107 | 76 | 67 | 22 |
| Binary | 1000111 | 1001001 | 10101 | 11 | 0 | 1000111 | 1000111 | 111110 | 110111 | 10010 |
Color Harmonies of #474915
Complementary color
Monochromatic Colors of #474915
Black with #474915
Text Example
Text Example
White with #474915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474915; }
p { color: rgb(71,73,21); }
H1.HeaderClassName
{
color: #474915;
}
.AnyTagClassName
{
color: #474915;
}
</style>
background-color css
<style>
a { background-color: #474915; }
a { background-color: rgb(71,73,21); }
div.DivClassName
{
background-color: #474915;
}
.BgClassName
{
background-color: #474915;
}
</style>
border-color css
<style>
span { border-color: #474915; }
span { border-color: rgb(71,73,21); }
td.TdClassName
{
border-color: #474915;
}
.TagClassName
{
border-color: #474915;
}
</style>