Shades of Verdun Green #3F5019
Tints of Verdun Green #3F5019
RGB
CMYK
RGB Variations
Color information
#3F5019 (or 0x3F5019) is known color: Verdun Green. HEX triplet: 3F, 50 and 19. RGB value is (63,80,25). Sum of RGB (Red+Green+Blue) = 63+80+25=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F5019 is #C0AFE6. Grayscale: #444444. Windows color (decimal): -12627943 or 1658943. OLE color: 1658943.
HSL color Cylindrical-coordinate representation of color #3F5019: hue angle of 78.55º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F5019 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 80 | 25 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.69 |
| HSL | 78.55º | 0.52% | 0.21% | - |
| HSV(B) | 78.55º | 0.69% | 0.31% | - |
| XYZ | 5.09 | 6.86 | 1.98 | - |
| YUV | 68.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 25 | 0.21 | 0 | 0.69 | 0.69 | 78.55 | 0.52 | 0.21 |
| Hex | 3F | 50 | 19 | 15 | 0 | 45 | 45 | 4F | 34 | 15 |
| Octal | 77 | 120 | 31 | 25 | 0 | 105 | 105 | 117 | 64 | 25 |
| Binary | 111111 | 1010000 | 11001 | 10101 | 0 | 1000101 | 1000101 | 1001111 | 110100 | 10101 |
Color Harmonies of #3F5019
Complementary color
Monochromatic Colors of #3F5019
Black with #3F5019
Text Example
Text Example
White with #3F5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5019; }
p { color: rgb(63,80,25); }
H1.HeaderClassName
{
color: #3F5019;
}
.AnyTagClassName
{
color: #3F5019;
}
</style>
background-color css
<style>
a { background-color: #3F5019; }
a { background-color: rgb(63,80,25); }
div.DivClassName
{
background-color: #3F5019;
}
.BgClassName
{
background-color: #3F5019;
}
</style>
border-color css
<style>
span { border-color: #3F5019; }
span { border-color: rgb(63,80,25); }
td.TdClassName
{
border-color: #3F5019;
}
.TagClassName
{
border-color: #3F5019;
}
</style>