Shades of Verdun Green #3F610D
Tints of Verdun Green #3F610D
RGB
CMYK
RGB Variations
Color information
#3F610D (or 0x3F610D) is known color: Verdun Green. HEX triplet: 3F, 61 and 0D. RGB value is (63,97,13). Sum of RGB (Red+Green+Blue) = 63+97+13=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #3F610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F610D is #C09EF2. Grayscale: #4D4D4D. Windows color (decimal): -12623603 or 876863. OLE color: 876863.
HSL color Cylindrical-coordinate representation of color #3F610D: hue angle of 84.29º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F610D is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 13 | - |
| CMYK | 0.35 | 0 | 0.87 | 0.62 |
| HSL | 84.29º | 0.76% | 0.22% | - |
| HSV(B) | 84.29º | 0.87% | 0.38% | - |
| XYZ | 6.4 | 9.64 | 1.9 | - |
| YUV | 77.26 | 91.74 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 13 | 0.35 | 0 | 0.87 | 0.62 | 84.29 | 0.76 | 0.22 |
| Hex | 3F | 61 | D | 23 | 0 | 57 | 3E | 54 | 4C | 16 |
| Octal | 77 | 141 | 15 | 43 | 0 | 127 | 76 | 124 | 114 | 26 |
| Binary | 111111 | 1100001 | 1101 | 100011 | 0 | 1010111 | 111110 | 1010100 | 1001100 | 10110 |
Color Harmonies of #3F610D
Complementary color
Monochromatic Colors of #3F610D
Black with #3F610D
Text Example
Text Example
White with #3F610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F610D; }
p { color: rgb(63,97,13); }
H1.HeaderClassName
{
color: #3F610D;
}
.AnyTagClassName
{
color: #3F610D;
}
</style>
background-color css
<style>
a { background-color: #3F610D; }
a { background-color: rgb(63,97,13); }
div.DivClassName
{
background-color: #3F610D;
}
.BgClassName
{
background-color: #3F610D;
}
</style>
border-color css
<style>
span { border-color: #3F610D; }
span { border-color: rgb(63,97,13); }
td.TdClassName
{
border-color: #3F610D;
}
.TagClassName
{
border-color: #3F610D;
}
</style>