Shades of Verdun Green #474B16
Tints of Verdun Green #474B16
RGB
CMYK
RGB Variations
Color information
#474B16 (or 0x474B16) is known color: Verdun Green. HEX triplet: 47, 4B and 16. RGB value is (71,75,22). Sum of RGB (Red+Green+Blue) = 71+75+22=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 75 (29.69% from 255 or 44.64% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 75 - color contains mainly: green. Hex color #474B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B16 is #B8B4E9. Grayscale: #434343. Windows color (decimal): -12104938 or 1461063. OLE color: 1461063.
HSL color Cylindrical-coordinate representation of color #474B16: hue angle of 64.53º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #474B16 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 22 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.71 |
| HSL | 64.53º | 0.55% | 0.19% | - |
| HSV(B) | 64.53º | 0.71% | 0.29% | - |
| XYZ | 5.26 | 6.43 | 1.72 | - |
| YUV | 67.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 22 | 0.05 | 0 | 0.71 | 0.71 | 64.53 | 0.55 | 0.19 |
| Hex | 47 | 4B | 16 | 5 | 0 | 47 | 47 | 41 | 37 | 13 |
| Octal | 107 | 113 | 26 | 5 | 0 | 107 | 107 | 101 | 67 | 23 |
| Binary | 1000111 | 1001011 | 10110 | 101 | 0 | 1000111 | 1000111 | 1000001 | 110111 | 10011 |
Color Harmonies of #474B16
Complementary color
Monochromatic Colors of #474B16
Black with #474B16
Text Example
Text Example
White with #474B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B16; }
p { color: rgb(71,75,22); }
H1.HeaderClassName
{
color: #474B16;
}
.AnyTagClassName
{
color: #474B16;
}
</style>
background-color css
<style>
a { background-color: #474B16; }
a { background-color: rgb(71,75,22); }
div.DivClassName
{
background-color: #474B16;
}
.BgClassName
{
background-color: #474B16;
}
</style>
border-color css
<style>
span { border-color: #474B16; }
span { border-color: rgb(71,75,22); }
td.TdClassName
{
border-color: #474B16;
}
.TagClassName
{
border-color: #474B16;
}
</style>