Shades of Verdun Green #3F5716
Tints of Verdun Green #3F5716
RGB
CMYK
RGB Variations
Color information
#3F5716 (or 0x3F5716) is known color: Verdun Green. HEX triplet: 3F, 57 and 16. RGB value is (63,87,22). Sum of RGB (Red+Green+Blue) = 63+87+22=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 87 (34.38% from 255 or 50.58% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5716 is #C0A8E9. Grayscale: #484848. Windows color (decimal): -12626154 or 1464127. OLE color: 1464127.
HSL color Cylindrical-coordinate representation of color #3F5716: hue angle of 82.15º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F5716 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 87 | 22 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.66 |
| HSL | 82.15º | 0.6% | 0.21% | - |
| HSV(B) | 82.15º | 0.75% | 0.34% | - |
| XYZ | 5.6 | 7.93 | 1.99 | - |
| YUV | 72.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 87 | 22 | 0.28 | 0 | 0.75 | 0.66 | 82.15 | 0.6 | 0.21 |
| Hex | 3F | 57 | 16 | 1C | 0 | 4B | 42 | 52 | 3C | 15 |
| Octal | 77 | 127 | 26 | 34 | 0 | 113 | 102 | 122 | 74 | 25 |
| Binary | 111111 | 1010111 | 10110 | 11100 | 0 | 1001011 | 1000010 | 1010010 | 111100 | 10101 |
Color Harmonies of #3F5716
Complementary color
Monochromatic Colors of #3F5716
Black with #3F5716
Text Example
Text Example
White with #3F5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5716; }
p { color: rgb(63,87,22); }
H1.HeaderClassName
{
color: #3F5716;
}
.AnyTagClassName
{
color: #3F5716;
}
</style>
background-color css
<style>
a { background-color: #3F5716; }
a { background-color: rgb(63,87,22); }
div.DivClassName
{
background-color: #3F5716;
}
.BgClassName
{
background-color: #3F5716;
}
</style>
border-color css
<style>
span { border-color: #3F5716; }
span { border-color: rgb(63,87,22); }
td.TdClassName
{
border-color: #3F5716;
}
.TagClassName
{
border-color: #3F5716;
}
</style>