Shades of Verdun Green #3F4E10
Tints of Verdun Green #3F4E10
RGB
CMYK
RGB Variations
Color information
#3F4E10 (or 0x3F4E10) is known color: Verdun Green. HEX triplet: 3F, 4E and 10. RGB value is (63,78,16). Sum of RGB (Red+Green+Blue) = 63+78+16=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4E10 is #C0B1EF. Grayscale: #424242. Windows color (decimal): -12628464 or 1068607. OLE color: 1068607.
HSL color Cylindrical-coordinate representation of color #3F4E10: hue angle of 74.52º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F4E10 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 16 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.69 |
| HSL | 74.52º | 0.66% | 0.18% | - |
| HSV(B) | 74.52º | 0.79% | 0.31% | - |
| XYZ | 4.87 | 6.54 | 1.5 | - |
| YUV | 66.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 16 | 0.19 | 0 | 0.79 | 0.69 | 74.52 | 0.66 | 0.18 |
| Hex | 3F | 4E | 10 | 13 | 0 | 4F | 45 | 4B | 42 | 12 |
| Octal | 77 | 116 | 20 | 23 | 0 | 117 | 105 | 113 | 102 | 22 |
| Binary | 111111 | 1001110 | 10000 | 10011 | 0 | 1001111 | 1000101 | 1001011 | 1000010 | 10010 |
Color Harmonies of #3F4E10
Complementary color
Monochromatic Colors of #3F4E10
Black with #3F4E10
Text Example
Text Example
White with #3F4E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E10; }
p { color: rgb(63,78,16); }
H1.HeaderClassName
{
color: #3F4E10;
}
.AnyTagClassName
{
color: #3F4E10;
}
</style>
background-color css
<style>
a { background-color: #3F4E10; }
a { background-color: rgb(63,78,16); }
div.DivClassName
{
background-color: #3F4E10;
}
.BgClassName
{
background-color: #3F4E10;
}
</style>
border-color css
<style>
span { border-color: #3F4E10; }
span { border-color: rgb(63,78,16); }
td.TdClassName
{
border-color: #3F4E10;
}
.TagClassName
{
border-color: #3F4E10;
}
</style>