Shades of Verdun Green #474B14
Tints of Verdun Green #474B14
RGB
CMYK
RGB Variations
Color information
#474B14 (or 0x474B14) is known color: Verdun Green. HEX triplet: 47, 4B and 14. RGB value is (71,75,20). Sum of RGB (Red+Green+Blue) = 71+75+20=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #474B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B14 is #B8B4EB. Grayscale: #434343. Windows color (decimal): -12104940 or 1329991. OLE color: 1329991.
HSL color Cylindrical-coordinate representation of color #474B14: hue angle of 64.36º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #474B14 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 75 | 20 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.71 |
| HSL | 64.36º | 0.58% | 0.19% | - |
| HSV(B) | 64.36º | 0.73% | 0.29% | - |
| XYZ | 5.24 | 6.42 | 1.63 | - |
| YUV | 67.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 20 | 0.05 | 0 | 0.73 | 0.71 | 64.36 | 0.58 | 0.19 |
| Hex | 47 | 4B | 14 | 5 | 0 | 49 | 47 | 40 | 3A | 13 |
| Octal | 107 | 113 | 24 | 5 | 0 | 111 | 107 | 100 | 72 | 23 |
| Binary | 1000111 | 1001011 | 10100 | 101 | 0 | 1001001 | 1000111 | 1000000 | 111010 | 10011 |
Color Harmonies of #474B14
Complementary color
Monochromatic Colors of #474B14
Black with #474B14
Text Example
Text Example
White with #474B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B14; }
p { color: rgb(71,75,20); }
H1.HeaderClassName
{
color: #474B14;
}
.AnyTagClassName
{
color: #474B14;
}
</style>
background-color css
<style>
a { background-color: #474B14; }
a { background-color: rgb(71,75,20); }
div.DivClassName
{
background-color: #474B14;
}
.BgClassName
{
background-color: #474B14;
}
</style>
border-color css
<style>
span { border-color: #474B14; }
span { border-color: rgb(71,75,20); }
td.TdClassName
{
border-color: #474B14;
}
.TagClassName
{
border-color: #474B14;
}
</style>