Shades of Verdun Green #3F4806
Tints of Verdun Green #3F4806
RGB
CMYK
RGB Variations
Color information
#3F4806 (or 0x3F4806) is known color: Verdun Green. HEX triplet: 3F, 48 and 06. RGB value is (63,72,6). Sum of RGB (Red+Green+Blue) = 63+72+6=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 6 (2.73% from 255 or 4.26% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #3F4806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4806 is #C0B7F9. Grayscale: #3E3E3E. Windows color (decimal): -12630010 or 411711. OLE color: 411711.
HSL color Cylindrical-coordinate representation of color #3F4806: hue angle of 68.18º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F4806 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 72 | 6 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.72 |
| HSL | 68.18º | 0.85% | 0.15% | - |
| HSV(B) | 68.18º | 0.92% | 0.28% | - |
| XYZ | 4.4 | 5.7 | 1.04 | - |
| YUV | 61.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 6 | 0.12 | 0 | 0.92 | 0.72 | 68.18 | 0.85 | 0.15 |
| Hex | 3F | 48 | 6 | C | 0 | 5C | 48 | 44 | 55 | F |
| Octal | 77 | 110 | 6 | 14 | 0 | 134 | 110 | 104 | 125 | 17 |
| Binary | 111111 | 1001000 | 110 | 1100 | 0 | 1011100 | 1001000 | 1000100 | 1010101 | 1111 |
Color Harmonies of #3F4806
Complementary color
Monochromatic Colors of #3F4806
Black with #3F4806
Text Example
Text Example
White with #3F4806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4806; }
p { color: rgb(63,72,6); }
H1.HeaderClassName
{
color: #3F4806;
}
.AnyTagClassName
{
color: #3F4806;
}
</style>
background-color css
<style>
a { background-color: #3F4806; }
a { background-color: rgb(63,72,6); }
div.DivClassName
{
background-color: #3F4806;
}
.BgClassName
{
background-color: #3F4806;
}
</style>
border-color css
<style>
span { border-color: #3F4806; }
span { border-color: rgb(63,72,6); }
td.TdClassName
{
border-color: #3F4806;
}
.TagClassName
{
border-color: #3F4806;
}
</style>