Shades of Verdun Green #3F5219
Tints of Verdun Green #3F5219
RGB
CMYK
RGB Variations
Color information
#3F5219 (or 0x3F5219) is known color: Verdun Green. HEX triplet: 3F, 52 and 19. RGB value is (63,82,25). Sum of RGB (Red+Green+Blue) = 63+82+25=170 (22% of max value = 765). Red value is 63 (25% from 255 or 37.06% from 170); Green value is 82 (32.42% from 255 or 48.24% from 170); Blue value is 25 (10.16% from 255 or 14.71% from 170); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5219 is #C0ADE6. Grayscale: #464646. Windows color (decimal): -12627431 or 1659455. OLE color: 1659455.
HSL color Cylindrical-coordinate representation of color #3F5219: hue angle of 80º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F5219 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 82 | 25 | - |
| CMYK | 0.23 | 0 | 0.70 | 0.68 |
| HSL | 80º | 0.53% | 0.21% | - |
| HSV(B) | 80º | 0.7% | 0.32% | - |
| XYZ | 5.24 | 7.16 | 2.03 | - |
| YUV | 69.82 | 102.71 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 25 | 0.23 | 0 | 0.70 | 0.68 | 80 | 0.53 | 0.21 |
| Hex | 3F | 52 | 19 | 17 | 0 | 46 | 44 | 50 | 35 | 15 |
| Octal | 77 | 122 | 31 | 27 | 0 | 106 | 104 | 120 | 65 | 25 |
| Binary | 111111 | 1010010 | 11001 | 10111 | 0 | 1000110 | 1000100 | 1010000 | 110101 | 10101 |
Color Harmonies of #3F5219
Complementary color
Monochromatic Colors of #3F5219
Black with #3F5219
Text Example
Text Example
White with #3F5219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5219; }
p { color: rgb(63,82,25); }
H1.HeaderClassName
{
color: #3F5219;
}
.AnyTagClassName
{
color: #3F5219;
}
</style>
background-color css
<style>
a { background-color: #3F5219; }
a { background-color: rgb(63,82,25); }
div.DivClassName
{
background-color: #3F5219;
}
.BgClassName
{
background-color: #3F5219;
}
</style>
border-color css
<style>
span { border-color: #3F5219; }
span { border-color: rgb(63,82,25); }
td.TdClassName
{
border-color: #3F5219;
}
.TagClassName
{
border-color: #3F5219;
}
</style>