Shades of Verdun Green #3F4E0D
Tints of Verdun Green #3F4E0D
RGB
CMYK
RGB Variations
Color information
#3F4E0D (or 0x3F4E0D) is known color: Verdun Green. HEX triplet: 3F, 4E and 0D. RGB value is (63,78,13). Sum of RGB (Red+Green+Blue) = 63+78+13=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #3F4E0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4E0D is #C0B1F2. Grayscale: #424242. Windows color (decimal): -12628467 or 871999. OLE color: 871999.
HSL color Cylindrical-coordinate representation of color #3F4E0D: hue angle of 73.85º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F4E0D is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 78 | 13 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.69 |
| HSL | 73.85º | 0.71% | 0.18% | - |
| HSV(B) | 73.85º | 0.83% | 0.31% | - |
| XYZ | 4.85 | 6.53 | 1.39 | - |
| YUV | 66.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 13 | 0.19 | 0 | 0.83 | 0.69 | 73.85 | 0.71 | 0.18 |
| Hex | 3F | 4E | D | 13 | 0 | 53 | 45 | 4A | 47 | 12 |
| Octal | 77 | 116 | 15 | 23 | 0 | 123 | 105 | 112 | 107 | 22 |
| Binary | 111111 | 1001110 | 1101 | 10011 | 0 | 1010011 | 1000101 | 1001010 | 1000111 | 10010 |
Color Harmonies of #3F4E0D
Complementary color
Monochromatic Colors of #3F4E0D
Black with #3F4E0D
Text Example
Text Example
White with #3F4E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E0D; }
p { color: rgb(63,78,13); }
H1.HeaderClassName
{
color: #3F4E0D;
}
.AnyTagClassName
{
color: #3F4E0D;
}
</style>
background-color css
<style>
a { background-color: #3F4E0D; }
a { background-color: rgb(63,78,13); }
div.DivClassName
{
background-color: #3F4E0D;
}
.BgClassName
{
background-color: #3F4E0D;
}
</style>
border-color css
<style>
span { border-color: #3F4E0D; }
span { border-color: rgb(63,78,13); }
td.TdClassName
{
border-color: #3F4E0D;
}
.TagClassName
{
border-color: #3F4E0D;
}
</style>