Shades of Verdun Green #3F5619
Tints of Verdun Green #3F5619
RGB
CMYK
RGB Variations
Color information
#3F5619 (or 0x3F5619) is known color: Verdun Green. HEX triplet: 3F, 56 and 19. RGB value is (63,86,25). Sum of RGB (Red+Green+Blue) = 63+86+25=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #3F5619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5619 is #C0A9E6. Grayscale: #484848. Windows color (decimal): -12626407 or 1660479. OLE color: 1660479.
HSL color Cylindrical-coordinate representation of color #3F5619: hue angle of 82.62º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F5619 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 86 | 25 | - |
| CMYK | 0.27 | 0 | 0.71 | 0.66 |
| HSL | 82.62º | 0.55% | 0.22% | - |
| HSV(B) | 82.62º | 0.71% | 0.34% | - |
| XYZ | 5.55 | 7.78 | 2.13 | - |
| YUV | 72.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 86 | 25 | 0.27 | 0 | 0.71 | 0.66 | 82.62 | 0.55 | 0.22 |
| Hex | 3F | 56 | 19 | 1B | 0 | 47 | 42 | 53 | 37 | 16 |
| Octal | 77 | 126 | 31 | 33 | 0 | 107 | 102 | 123 | 67 | 26 |
| Binary | 111111 | 1010110 | 11001 | 11011 | 0 | 1000111 | 1000010 | 1010011 | 110111 | 10110 |
Color Harmonies of #3F5619
Complementary color
Monochromatic Colors of #3F5619
Black with #3F5619
Text Example
Text Example
White with #3F5619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5619; }
p { color: rgb(63,86,25); }
H1.HeaderClassName
{
color: #3F5619;
}
.AnyTagClassName
{
color: #3F5619;
}
</style>
background-color css
<style>
a { background-color: #3F5619; }
a { background-color: rgb(63,86,25); }
div.DivClassName
{
background-color: #3F5619;
}
.BgClassName
{
background-color: #3F5619;
}
</style>
border-color css
<style>
span { border-color: #3F5619; }
span { border-color: rgb(63,86,25); }
td.TdClassName
{
border-color: #3F5619;
}
.TagClassName
{
border-color: #3F5619;
}
</style>