Shades of Verdun Green #3F6D04
Tints of Verdun Green #3F6D04
RGB
CMYK
RGB Variations
Color information
#3F6D04 (or 0x3F6D04) is known color: Verdun Green. HEX triplet: 3F, 6D and 04. RGB value is (63,109,4). Sum of RGB (Red+Green+Blue) = 63+109+4=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6D04 is #C092FB. Grayscale: #535353. Windows color (decimal): -12620540 or 290111. OLE color: 290111.
HSL color Cylindrical-coordinate representation of color #3F6D04: hue angle of 86.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F6D04 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 109 | 4 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.57 |
| HSL | 86.29º | 0.93% | 0.22% | - |
| HSV(B) | 86.29º | 0.96% | 0.43% | - |
| XYZ | 7.54 | 12 | 2.03 | - |
| YUV | 83.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 109 | 4 | 0.42 | 0 | 0.96 | 0.57 | 86.29 | 0.93 | 0.22 |
| Hex | 3F | 6D | 4 | 2A | 0 | 60 | 39 | 56 | 5D | 16 |
| Octal | 77 | 155 | 4 | 52 | 0 | 140 | 71 | 126 | 135 | 26 |
| Binary | 111111 | 1101101 | 100 | 101010 | 0 | 1100000 | 111001 | 1010110 | 1011101 | 10110 |
Color Harmonies of #3F6D04
Complementary color
Monochromatic Colors of #3F6D04
Black with #3F6D04
Text Example
Text Example
White with #3F6D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6D04; }
p { color: rgb(63,109,4); }
H1.HeaderClassName
{
color: #3F6D04;
}
.AnyTagClassName
{
color: #3F6D04;
}
</style>
background-color css
<style>
a { background-color: #3F6D04; }
a { background-color: rgb(63,109,4); }
div.DivClassName
{
background-color: #3F6D04;
}
.BgClassName
{
background-color: #3F6D04;
}
</style>
border-color css
<style>
span { border-color: #3F6D04; }
span { border-color: rgb(63,109,4); }
td.TdClassName
{
border-color: #3F6D04;
}
.TagClassName
{
border-color: #3F6D04;
}
</style>