Shades of Verdun Green #3F4F18
Tints of Verdun Green #3F4F18
RGB
CMYK
RGB Variations
Color information
#3F4F18 (or 0x3F4F18) is known color: Verdun Green. HEX triplet: 3F, 4F and 18. RGB value is (63,79,24). Sum of RGB (Red+Green+Blue) = 63+79+24=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 24 (9.77% from 255 or 14.46% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4F18 is #C0B0E7. Grayscale: #444444. Windows color (decimal): -12628200 or 1593151. OLE color: 1593151.
HSL color Cylindrical-coordinate representation of color #3F4F18: hue angle of 77.45º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F4F18 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 79 | 24 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.69 |
| HSL | 77.45º | 0.53% | 0.2% | - |
| HSV(B) | 77.45º | 0.7% | 0.31% | - |
| XYZ | 5.01 | 6.71 | 1.9 | - |
| YUV | 67.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 79 | 24 | 0.20 | 0 | 0.70 | 0.69 | 77.45 | 0.53 | 0.2 |
| Hex | 3F | 4F | 18 | 14 | 0 | 46 | 45 | 4D | 35 | 14 |
| Octal | 77 | 117 | 30 | 24 | 0 | 106 | 105 | 115 | 65 | 24 |
| Binary | 111111 | 1001111 | 11000 | 10100 | 0 | 1000110 | 1000101 | 1001101 | 110101 | 10100 |
Color Harmonies of #3F4F18
Complementary color
Monochromatic Colors of #3F4F18
Black with #3F4F18
Text Example
Text Example
White with #3F4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F18; }
p { color: rgb(63,79,24); }
H1.HeaderClassName
{
color: #3F4F18;
}
.AnyTagClassName
{
color: #3F4F18;
}
</style>
background-color css
<style>
a { background-color: #3F4F18; }
a { background-color: rgb(63,79,24); }
div.DivClassName
{
background-color: #3F4F18;
}
.BgClassName
{
background-color: #3F4F18;
}
</style>
border-color css
<style>
span { border-color: #3F4F18; }
span { border-color: rgb(63,79,24); }
td.TdClassName
{
border-color: #3F4F18;
}
.TagClassName
{
border-color: #3F4F18;
}
</style>