Shades of Verdun Green #3F620D
Tints of Verdun Green #3F620D
RGB
CMYK
RGB Variations
Color information
#3F620D (or 0x3F620D) is known color: Verdun Green. HEX triplet: 3F, 62 and 0D. RGB value is (63,98,13). Sum of RGB (Red+Green+Blue) = 63+98+13=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #3F620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F620D is #C09DF2. Grayscale: #4E4E4E. Windows color (decimal): -12623347 or 877119. OLE color: 877119.
HSL color Cylindrical-coordinate representation of color #3F620D: hue angle of 84.71º degrees, saturation: 0.77, 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 #3F620D is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 98 | 13 | - |
| CMYK | 0.36 | 0 | 0.87 | 0.62 |
| HSL | 84.71º | 0.77% | 0.22% | - |
| HSV(B) | 84.71º | 0.87% | 0.38% | - |
| XYZ | 6.49 | 9.82 | 1.93 | - |
| YUV | 77.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 98 | 13 | 0.36 | 0 | 0.87 | 0.62 | 84.71 | 0.77 | 0.22 |
| Hex | 3F | 62 | D | 24 | 0 | 57 | 3E | 55 | 4D | 16 |
| Octal | 77 | 142 | 15 | 44 | 0 | 127 | 76 | 125 | 115 | 26 |
| Binary | 111111 | 1100010 | 1101 | 100100 | 0 | 1010111 | 111110 | 1010101 | 1001101 | 10110 |
Color Harmonies of #3F620D
Complementary color
Monochromatic Colors of #3F620D
Black with #3F620D
Text Example
Text Example
White with #3F620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F620D; }
p { color: rgb(63,98,13); }
H1.HeaderClassName
{
color: #3F620D;
}
.AnyTagClassName
{
color: #3F620D;
}
</style>
background-color css
<style>
a { background-color: #3F620D; }
a { background-color: rgb(63,98,13); }
div.DivClassName
{
background-color: #3F620D;
}
.BgClassName
{
background-color: #3F620D;
}
</style>
border-color css
<style>
span { border-color: #3F620D; }
span { border-color: rgb(63,98,13); }
td.TdClassName
{
border-color: #3F620D;
}
.TagClassName
{
border-color: #3F620D;
}
</style>