Shades of Verdun Green #3F4E11
Tints of Verdun Green #3F4E11
RGB
CMYK
RGB Variations
Color information
#3F4E11 (or 0x3F4E11) is known color: Verdun Green. HEX triplet: 3F, 4E and 11. RGB value is (63,78,17). Sum of RGB (Red+Green+Blue) = 63+78+17=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 78 (30.86% from 255 or 49.37% from 158); Blue value is 17 (7.03% from 255 or 10.76% from 158); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4E11 is #C0B1EE. Grayscale: #424242. Windows color (decimal): -12628463 or 1134143. OLE color: 1134143.
HSL color Cylindrical-coordinate representation of color #3F4E11: hue angle of 74.75º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F4E11 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 17 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.69 |
| HSL | 74.75º | 0.64% | 0.19% | - |
| HSV(B) | 74.75º | 0.78% | 0.31% | - |
| XYZ | 4.88 | 6.55 | 1.54 | - |
| YUV | 66.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 17 | 0.19 | 0 | 0.78 | 0.69 | 74.75 | 0.64 | 0.19 |
| Hex | 3F | 4E | 11 | 13 | 0 | 4E | 45 | 4B | 40 | 13 |
| Octal | 77 | 116 | 21 | 23 | 0 | 116 | 105 | 113 | 100 | 23 |
| Binary | 111111 | 1001110 | 10001 | 10011 | 0 | 1001110 | 1000101 | 1001011 | 1000000 | 10011 |
Color Harmonies of #3F4E11
Complementary color
Monochromatic Colors of #3F4E11
Black with #3F4E11
Text Example
Text Example
White with #3F4E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E11; }
p { color: rgb(63,78,17); }
H1.HeaderClassName
{
color: #3F4E11;
}
.AnyTagClassName
{
color: #3F4E11;
}
</style>
background-color css
<style>
a { background-color: #3F4E11; }
a { background-color: rgb(63,78,17); }
div.DivClassName
{
background-color: #3F4E11;
}
.BgClassName
{
background-color: #3F4E11;
}
</style>
border-color css
<style>
span { border-color: #3F4E11; }
span { border-color: rgb(63,78,17); }
td.TdClassName
{
border-color: #3F4E11;
}
.TagClassName
{
border-color: #3F4E11;
}
</style>