Shades of Verdun Green #3F5B19
Tints of Verdun Green #3F5B19
RGB
CMYK
RGB Variations
Color information
#3F5B19 (or 0x3F5B19) is known color: Verdun Green. HEX triplet: 3F, 5B and 19. RGB value is (63,91,25). Sum of RGB (Red+Green+Blue) = 63+91+25=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 25 (10.16% from 255 or 13.97% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5B19 is #C0A4E6. Grayscale: #4B4B4B. Windows color (decimal): -12625127 or 1661759. OLE color: 1661759.
HSL color Cylindrical-coordinate representation of color #3F5B19: hue angle of 85.45º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F5B19 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 91 | 25 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.64 |
| HSL | 85.45º | 0.57% | 0.23% | - |
| HSV(B) | 85.45º | 0.73% | 0.36% | - |
| XYZ | 5.97 | 8.61 | 2.27 | - |
| YUV | 75.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 91 | 25 | 0.31 | 0 | 0.73 | 0.64 | 85.45 | 0.57 | 0.23 |
| Hex | 3F | 5B | 19 | 1F | 0 | 49 | 40 | 55 | 39 | 17 |
| Octal | 77 | 133 | 31 | 37 | 0 | 111 | 100 | 125 | 71 | 27 |
| Binary | 111111 | 1011011 | 11001 | 11111 | 0 | 1001001 | 1000000 | 1010101 | 111001 | 10111 |
Color Harmonies of #3F5B19
Complementary color
Monochromatic Colors of #3F5B19
Black with #3F5B19
Text Example
Text Example
White with #3F5B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5B19; }
p { color: rgb(63,91,25); }
H1.HeaderClassName
{
color: #3F5B19;
}
.AnyTagClassName
{
color: #3F5B19;
}
</style>
background-color css
<style>
a { background-color: #3F5B19; }
a { background-color: rgb(63,91,25); }
div.DivClassName
{
background-color: #3F5B19;
}
.BgClassName
{
background-color: #3F5B19;
}
</style>
border-color css
<style>
span { border-color: #3F5B19; }
span { border-color: rgb(63,91,25); }
td.TdClassName
{
border-color: #3F5B19;
}
.TagClassName
{
border-color: #3F5B19;
}
</style>