Shades of Verdun Green #3F6207
Tints of Verdun Green #3F6207
RGB
CMYK
RGB Variations
Color information
#3F6207 (or 0x3F6207) is known color: Verdun Green. HEX triplet: 3F, 62 and 07. RGB value is (63,98,7). Sum of RGB (Red+Green+Blue) = 63+98+7=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 98 (38.67% from 255 or 58.33% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6207 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F6207 is #C09DF8. Grayscale: #4D4D4D. Windows color (decimal): -12623353 or 483903. OLE color: 483903.
HSL color Cylindrical-coordinate representation of color #3F6207: hue angle of 83.08º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F6207 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 7 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.62 |
| HSL | 83.08º | 0.87% | 0.21% | - |
| HSV(B) | 83.08º | 0.93% | 0.38% | - |
| XYZ | 6.46 | 9.81 | 1.75 | - |
| YUV | 77.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 7 | 0.36 | 0 | 0.93 | 0.62 | 83.08 | 0.87 | 0.21 |
| Hex | 3F | 62 | 7 | 24 | 0 | 5D | 3E | 53 | 57 | 15 |
| Octal | 77 | 142 | 7 | 44 | 0 | 135 | 76 | 123 | 127 | 25 |
| Binary | 111111 | 1100010 | 111 | 100100 | 0 | 1011101 | 111110 | 1010011 | 1010111 | 10101 |
Color Harmonies of #3F6207
Complementary color
Monochromatic Colors of #3F6207
Black with #3F6207
Text Example
Text Example
White with #3F6207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6207; }
p { color: rgb(63,98,7); }
H1.HeaderClassName
{
color: #3F6207;
}
.AnyTagClassName
{
color: #3F6207;
}
</style>
background-color css
<style>
a { background-color: #3F6207; }
a { background-color: rgb(63,98,7); }
div.DivClassName
{
background-color: #3F6207;
}
.BgClassName
{
background-color: #3F6207;
}
</style>
border-color css
<style>
span { border-color: #3F6207; }
span { border-color: rgb(63,98,7); }
td.TdClassName
{
border-color: #3F6207;
}
.TagClassName
{
border-color: #3F6207;
}
</style>