Shades of Verdun Green #3F5116
Tints of Verdun Green #3F5116
RGB
CMYK
RGB Variations
Color information
#3F5116 (or 0x3F5116) is known color: Verdun Green. HEX triplet: 3F, 51 and 16. RGB value is (63,81,22). Sum of RGB (Red+Green+Blue) = 63+81+22=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5116 is #C0AEE9. Grayscale: #454545. Windows color (decimal): -12627690 or 1462591. OLE color: 1462591.
HSL color Cylindrical-coordinate representation of color #3F5116: hue angle of 78.31º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5116 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 22 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.68 |
| HSL | 78.31º | 0.57% | 0.2% | - |
| HSV(B) | 78.31º | 0.73% | 0.32% | - |
| XYZ | 5.14 | 7 | 1.84 | - |
| YUV | 68.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 22 | 0.22 | 0 | 0.73 | 0.68 | 78.31 | 0.57 | 0.2 |
| Hex | 3F | 51 | 16 | 16 | 0 | 49 | 44 | 4E | 39 | 14 |
| Octal | 77 | 121 | 26 | 26 | 0 | 111 | 104 | 116 | 71 | 24 |
| Binary | 111111 | 1010001 | 10110 | 10110 | 0 | 1001001 | 1000100 | 1001110 | 111001 | 10100 |
Color Harmonies of #3F5116
Complementary color
Monochromatic Colors of #3F5116
Black with #3F5116
Text Example
Text Example
White with #3F5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5116; }
p { color: rgb(63,81,22); }
H1.HeaderClassName
{
color: #3F5116;
}
.AnyTagClassName
{
color: #3F5116;
}
</style>
background-color css
<style>
a { background-color: #3F5116; }
a { background-color: rgb(63,81,22); }
div.DivClassName
{
background-color: #3F5116;
}
.BgClassName
{
background-color: #3F5116;
}
</style>
border-color css
<style>
span { border-color: #3F5116; }
span { border-color: rgb(63,81,22); }
td.TdClassName
{
border-color: #3F5116;
}
.TagClassName
{
border-color: #3F5116;
}
</style>