Shades of Verdun Green #3F4D00
Tints of Verdun Green #3F4D00
RGB
CMYK
RGB Variations
Color information
#3F4D00 (or 0x3F4D00) is known color: Verdun Green. HEX triplet: 3F, 4D and 00. RGB value is (63,77,0). Sum of RGB (Red+Green+Blue) = 63+77+0=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 77 (30.47% from 255 or 55% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4D00 is #C0B2FF. Grayscale: #404040. Windows color (decimal): -12628736 or 19775. OLE color: 19775.
HSL color Cylindrical-coordinate representation of color #3F4D00: hue angle of 70.91º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F4D00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 77 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.70 |
| HSL | 70.91º | 1% | 0.15% | - |
| HSV(B) | 70.91º | 1% | 0.3% | - |
| XYZ | 4.7 | 6.36 | 0.98 | - |
| YUV | 64.04 | 91.86 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 0 | 0.18 | 0 | 1 | 0.70 | 70.91 | 1 | 0.15 |
| Hex | 3F | 4D | 0 | 12 | 0 | 64 | 46 | 47 | 64 | F |
| Octal | 77 | 115 | 0 | 22 | 0 | 144 | 106 | 107 | 144 | 17 |
| Binary | 111111 | 1001101 | 0 | 10010 | 0 | 1100100 | 1000110 | 1000111 | 1100100 | 1111 |
Color Harmonies of #3F4D00
Complementary color
Monochromatic Colors of #3F4D00
Black with #3F4D00
Text Example
Text Example
White with #3F4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D00; }
p { color: rgb(63,77,0); }
H1.HeaderClassName
{
color: #3F4D00;
}
.AnyTagClassName
{
color: #3F4D00;
}
</style>
background-color css
<style>
a { background-color: #3F4D00; }
a { background-color: rgb(63,77,0); }
div.DivClassName
{
background-color: #3F4D00;
}
.BgClassName
{
background-color: #3F4D00;
}
</style>
border-color css
<style>
span { border-color: #3F4D00; }
span { border-color: rgb(63,77,0); }
td.TdClassName
{
border-color: #3F4D00;
}
.TagClassName
{
border-color: #3F4D00;
}
</style>