Shades of Verdun Green #3F4716
Tints of Verdun Green #3F4716
RGB
CMYK
RGB Variations
Color information
#3F4716 (or 0x3F4716) is known color: Verdun Green. HEX triplet: 3F, 47 and 16. RGB value is (63,71,22). Sum of RGB (Red+Green+Blue) = 63+71+22=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #3F4716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4716 is #C0B8E9. Grayscale: #3F3F3F. Windows color (decimal): -12630250 or 1460031. OLE color: 1460031.
HSL color Cylindrical-coordinate representation of color #3F4716: hue angle of 69.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4716 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 22 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.72 |
| HSL | 69.8º | 0.53% | 0.18% | - |
| HSV(B) | 69.8º | 0.69% | 0.28% | - |
| XYZ | 4.45 | 5.62 | 1.61 | - |
| YUV | 63.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 22 | 0.11 | 0 | 0.69 | 0.72 | 69.8 | 0.53 | 0.18 |
| Hex | 3F | 47 | 16 | B | 0 | 45 | 48 | 46 | 35 | 12 |
| Octal | 77 | 107 | 26 | 13 | 0 | 105 | 110 | 106 | 65 | 22 |
| Binary | 111111 | 1000111 | 10110 | 1011 | 0 | 1000101 | 1001000 | 1000110 | 110101 | 10010 |
Color Harmonies of #3F4716
Complementary color
Monochromatic Colors of #3F4716
Black with #3F4716
Text Example
Text Example
White with #3F4716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4716; }
p { color: rgb(63,71,22); }
H1.HeaderClassName
{
color: #3F4716;
}
.AnyTagClassName
{
color: #3F4716;
}
</style>
background-color css
<style>
a { background-color: #3F4716; }
a { background-color: rgb(63,71,22); }
div.DivClassName
{
background-color: #3F4716;
}
.BgClassName
{
background-color: #3F4716;
}
</style>
border-color css
<style>
span { border-color: #3F4716; }
span { border-color: rgb(63,71,22); }
td.TdClassName
{
border-color: #3F4716;
}
.TagClassName
{
border-color: #3F4716;
}
</style>