Shades of Verdun Green #3F4F10
Tints of Verdun Green #3F4F10
RGB
CMYK
RGB Variations
Color information
#3F4F10 (or 0x3F4F10) is known color: Verdun Green. HEX triplet: 3F, 4F and 10. RGB value is (63,79,16). Sum of RGB (Red+Green+Blue) = 63+79+16=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 79 (31.25% from 255 or 50% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4F10 is #C0B0EF. Grayscale: #434343. Windows color (decimal): -12628208 or 1068863. OLE color: 1068863.
HSL color Cylindrical-coordinate representation of color #3F4F10: hue angle of 75.24º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F4F10 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 16 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.69 |
| HSL | 75.24º | 0.66% | 0.19% | - |
| HSV(B) | 75.24º | 0.8% | 0.31% | - |
| XYZ | 4.94 | 6.69 | 1.52 | - |
| YUV | 67.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 16 | 0.20 | 0 | 0.80 | 0.69 | 75.24 | 0.66 | 0.19 |
| Hex | 3F | 4F | 10 | 14 | 0 | 50 | 45 | 4B | 42 | 13 |
| Octal | 77 | 117 | 20 | 24 | 0 | 120 | 105 | 113 | 102 | 23 |
| Binary | 111111 | 1001111 | 10000 | 10100 | 0 | 1010000 | 1000101 | 1001011 | 1000010 | 10011 |
Color Harmonies of #3F4F10
Complementary color
Monochromatic Colors of #3F4F10
Black with #3F4F10
Text Example
Text Example
White with #3F4F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F10; }
p { color: rgb(63,79,16); }
H1.HeaderClassName
{
color: #3F4F10;
}
.AnyTagClassName
{
color: #3F4F10;
}
</style>
background-color css
<style>
a { background-color: #3F4F10; }
a { background-color: rgb(63,79,16); }
div.DivClassName
{
background-color: #3F4F10;
}
.BgClassName
{
background-color: #3F4F10;
}
</style>
border-color css
<style>
span { border-color: #3F4F10; }
span { border-color: rgb(63,79,16); }
td.TdClassName
{
border-color: #3F4F10;
}
.TagClassName
{
border-color: #3F4F10;
}
</style>