Shades of Verdun Green #3F4810
Tints of Verdun Green #3F4810
RGB
CMYK
RGB Variations
Color information
#3F4810 (or 0x3F4810) is known color: Verdun Green. HEX triplet: 3F, 48 and 10. RGB value is (63,72,16). Sum of RGB (Red+Green+Blue) = 63+72+16=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4810 is #C0B7EF. Grayscale: #3F3F3F. Windows color (decimal): -12630000 or 1067071. OLE color: 1067071.
HSL color Cylindrical-coordinate representation of color #3F4810: hue angle of 69.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F4810 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 16 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.72 |
| HSL | 69.64º | 0.64% | 0.17% | - |
| HSV(B) | 69.64º | 0.78% | 0.28% | - |
| XYZ | 4.46 | 5.73 | 1.36 | - |
| YUV | 62.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 16 | 0.12 | 0 | 0.78 | 0.72 | 69.64 | 0.64 | 0.17 |
| Hex | 3F | 48 | 10 | C | 0 | 4E | 48 | 46 | 40 | 11 |
| Octal | 77 | 110 | 20 | 14 | 0 | 116 | 110 | 106 | 100 | 21 |
| Binary | 111111 | 1001000 | 10000 | 1100 | 0 | 1001110 | 1001000 | 1000110 | 1000000 | 10001 |
Color Harmonies of #3F4810
Complementary color
Monochromatic Colors of #3F4810
Black with #3F4810
Text Example
Text Example
White with #3F4810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4810; }
p { color: rgb(63,72,16); }
H1.HeaderClassName
{
color: #3F4810;
}
.AnyTagClassName
{
color: #3F4810;
}
</style>
background-color css
<style>
a { background-color: #3F4810; }
a { background-color: rgb(63,72,16); }
div.DivClassName
{
background-color: #3F4810;
}
.BgClassName
{
background-color: #3F4810;
}
</style>
border-color css
<style>
span { border-color: #3F4810; }
span { border-color: rgb(63,72,16); }
td.TdClassName
{
border-color: #3F4810;
}
.TagClassName
{
border-color: #3F4810;
}
</style>