Shades of Verdun Green #3F620E
Tints of Verdun Green #3F620E
RGB
CMYK
RGB Variations
Color information
#3F620E (or 0x3F620E) is known color: Verdun Green. HEX triplet: 3F, 62 and 0E. RGB value is (63,98,14). Sum of RGB (Red+Green+Blue) = 63+98+14=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #3F620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F620E is #C09DF1. Grayscale: #4E4E4E. Windows color (decimal): -12623346 or 942655. OLE color: 942655.
HSL color Cylindrical-coordinate representation of color #3F620E: hue angle of 85º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F620E is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 14 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.62 |
| HSL | 85º | 0.75% | 0.22% | - |
| HSV(B) | 85º | 0.86% | 0.38% | - |
| XYZ | 6.5 | 9.82 | 1.97 | - |
| YUV | 77.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 14 | 0.36 | 0 | 0.86 | 0.62 | 85 | 0.75 | 0.22 |
| Hex | 3F | 62 | E | 24 | 0 | 56 | 3E | 55 | 4B | 16 |
| Octal | 77 | 142 | 16 | 44 | 0 | 126 | 76 | 125 | 113 | 26 |
| Binary | 111111 | 1100010 | 1110 | 100100 | 0 | 1010110 | 111110 | 1010101 | 1001011 | 10110 |
Color Harmonies of #3F620E
Complementary color
Monochromatic Colors of #3F620E
Black with #3F620E
Text Example
Text Example
White with #3F620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F620E; }
p { color: rgb(63,98,14); }
H1.HeaderClassName
{
color: #3F620E;
}
.AnyTagClassName
{
color: #3F620E;
}
</style>
background-color css
<style>
a { background-color: #3F620E; }
a { background-color: rgb(63,98,14); }
div.DivClassName
{
background-color: #3F620E;
}
.BgClassName
{
background-color: #3F620E;
}
</style>
border-color css
<style>
span { border-color: #3F620E; }
span { border-color: rgb(63,98,14); }
td.TdClassName
{
border-color: #3F620E;
}
.TagClassName
{
border-color: #3F620E;
}
</style>