Shades of Verdun Green #3F5119
Tints of Verdun Green #3F5119
RGB
CMYK
RGB Variations
Color information
#3F5119 (or 0x3F5119) is known color: Verdun Green. HEX triplet: 3F, 51 and 19. RGB value is (63,81,25). Sum of RGB (Red+Green+Blue) = 63+81+25=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #3F5119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5119 is #C0AEE6. Grayscale: #454545. Windows color (decimal): -12627687 or 1659199. OLE color: 1659199.
HSL color Cylindrical-coordinate representation of color #3F5119: hue angle of 79.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5119 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 81 | 25 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.68 |
| HSL | 79.29º | 0.53% | 0.21% | - |
| HSV(B) | 79.29º | 0.69% | 0.32% | - |
| XYZ | 5.17 | 7.01 | 2 | - |
| YUV | 69.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 25 | 0.22 | 0 | 0.69 | 0.68 | 79.29 | 0.53 | 0.21 |
| Hex | 3F | 51 | 19 | 16 | 0 | 45 | 44 | 4F | 35 | 15 |
| Octal | 77 | 121 | 31 | 26 | 0 | 105 | 104 | 117 | 65 | 25 |
| Binary | 111111 | 1010001 | 11001 | 10110 | 0 | 1000101 | 1000100 | 1001111 | 110101 | 10101 |
Color Harmonies of #3F5119
Complementary color
Monochromatic Colors of #3F5119
Black with #3F5119
Text Example
Text Example
White with #3F5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5119; }
p { color: rgb(63,81,25); }
H1.HeaderClassName
{
color: #3F5119;
}
.AnyTagClassName
{
color: #3F5119;
}
</style>
background-color css
<style>
a { background-color: #3F5119; }
a { background-color: rgb(63,81,25); }
div.DivClassName
{
background-color: #3F5119;
}
.BgClassName
{
background-color: #3F5119;
}
</style>
border-color css
<style>
span { border-color: #3F5119; }
span { border-color: rgb(63,81,25); }
td.TdClassName
{
border-color: #3F5119;
}
.TagClassName
{
border-color: #3F5119;
}
</style>