Shades of Verdun Green #474918
Tints of Verdun Green #474918
RGB
CMYK
RGB Variations
Color information
#474918 (or 0x474918) is known color: Verdun Green. HEX triplet: 47, 49 and 18. RGB value is (71,73,24). Sum of RGB (Red+Green+Blue) = 71+73+24=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #474918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474918 is #B8B6E7. Grayscale: #434343. Windows color (decimal): -12105448 or 1591623. OLE color: 1591623.
HSL color Cylindrical-coordinate representation of color #474918: hue angle of 62.45º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #474918 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 73 | 24 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.71 |
| HSL | 62.45º | 0.51% | 0.19% | - |
| HSV(B) | 62.45º | 0.67% | 0.29% | - |
| XYZ | 5.15 | 6.17 | 1.78 | - |
| YUV | 66.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 24 | 0.03 | 0 | 0.67 | 0.71 | 62.45 | 0.51 | 0.19 |
| Hex | 47 | 49 | 18 | 3 | 0 | 43 | 47 | 3E | 33 | 13 |
| Octal | 107 | 111 | 30 | 3 | 0 | 103 | 107 | 76 | 63 | 23 |
| Binary | 1000111 | 1001001 | 11000 | 11 | 0 | 1000011 | 1000111 | 111110 | 110011 | 10011 |
Color Harmonies of #474918
Complementary color
Monochromatic Colors of #474918
Black with #474918
Text Example
Text Example
White with #474918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474918; }
p { color: rgb(71,73,24); }
H1.HeaderClassName
{
color: #474918;
}
.AnyTagClassName
{
color: #474918;
}
</style>
background-color css
<style>
a { background-color: #474918; }
a { background-color: rgb(71,73,24); }
div.DivClassName
{
background-color: #474918;
}
.BgClassName
{
background-color: #474918;
}
</style>
border-color css
<style>
span { border-color: #474918; }
span { border-color: rgb(71,73,24); }
td.TdClassName
{
border-color: #474918;
}
.TagClassName
{
border-color: #474918;
}
</style>