Shades of Verdun Green #3F4D10
Tints of Verdun Green #3F4D10
RGB
CMYK
RGB Variations
Color information
#3F4D10 (or 0x3F4D10) is known color: Verdun Green. HEX triplet: 3F, 4D and 10. RGB value is (63,77,16). Sum of RGB (Red+Green+Blue) = 63+77+16=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4D10 is #C0B2EF. Grayscale: #424242. Windows color (decimal): -12628720 or 1068351. OLE color: 1068351.
HSL color Cylindrical-coordinate representation of color #3F4D10: hue angle of 73.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F4D10 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 77 | 16 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.70 |
| HSL | 73.77º | 0.66% | 0.18% | - |
| HSV(B) | 73.77º | 0.79% | 0.3% | - |
| XYZ | 4.8 | 6.4 | 1.47 | - |
| YUV | 65.86 | 99.86 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 16 | 0.18 | 0 | 0.79 | 0.70 | 73.77 | 0.66 | 0.18 |
| Hex | 3F | 4D | 10 | 12 | 0 | 4F | 46 | 4A | 42 | 12 |
| Octal | 77 | 115 | 20 | 22 | 0 | 117 | 106 | 112 | 102 | 22 |
| Binary | 111111 | 1001101 | 10000 | 10010 | 0 | 1001111 | 1000110 | 1001010 | 1000010 | 10010 |
Color Harmonies of #3F4D10
Complementary color
Monochromatic Colors of #3F4D10
Black with #3F4D10
Text Example
Text Example
White with #3F4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D10; }
p { color: rgb(63,77,16); }
H1.HeaderClassName
{
color: #3F4D10;
}
.AnyTagClassName
{
color: #3F4D10;
}
</style>
background-color css
<style>
a { background-color: #3F4D10; }
a { background-color: rgb(63,77,16); }
div.DivClassName
{
background-color: #3F4D10;
}
.BgClassName
{
background-color: #3F4D10;
}
</style>
border-color css
<style>
span { border-color: #3F4D10; }
span { border-color: rgb(63,77,16); }
td.TdClassName
{
border-color: #3F4D10;
}
.TagClassName
{
border-color: #3F4D10;
}
</style>