Shades of Verdun Green #3F4D0D
Tints of Verdun Green #3F4D0D
RGB
CMYK
RGB Variations
Color information
#3F4D0D (or 0x3F4D0D) is known color: Verdun Green. HEX triplet: 3F, 4D and 0D. RGB value is (63,77,13). Sum of RGB (Red+Green+Blue) = 63+77+13=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #3F4D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F4D0D is #C0B2F2. Grayscale: #414141. Windows color (decimal): -12628723 or 871743. OLE color: 871743.
HSL color Cylindrical-coordinate representation of color #3F4D0D: hue angle of 73.12º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F4D0D is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 77 | 13 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.70 |
| HSL | 73.13º | 0.71% | 0.18% | - |
| HSV(B) | 73.13º | 0.83% | 0.3% | - |
| XYZ | 4.78 | 6.39 | 1.36 | - |
| YUV | 65.52 | 98.36 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 13 | 0.18 | 0 | 0.83 | 0.70 | 73.13 | 0.71 | 0.18 |
| Hex | 3F | 4D | D | 12 | 0 | 53 | 46 | 49 | 47 | 12 |
| Octal | 77 | 115 | 15 | 22 | 0 | 123 | 106 | 111 | 107 | 22 |
| Binary | 111111 | 1001101 | 1101 | 10010 | 0 | 1010011 | 1000110 | 1001001 | 1000111 | 10010 |
Color Harmonies of #3F4D0D
Complementary color
Monochromatic Colors of #3F4D0D
Black with #3F4D0D
Text Example
Text Example
White with #3F4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D0D; }
p { color: rgb(63,77,13); }
H1.HeaderClassName
{
color: #3F4D0D;
}
.AnyTagClassName
{
color: #3F4D0D;
}
</style>
background-color css
<style>
a { background-color: #3F4D0D; }
a { background-color: rgb(63,77,13); }
div.DivClassName
{
background-color: #3F4D0D;
}
.BgClassName
{
background-color: #3F4D0D;
}
</style>
border-color css
<style>
span { border-color: #3F4D0D; }
span { border-color: rgb(63,77,13); }
td.TdClassName
{
border-color: #3F4D0D;
}
.TagClassName
{
border-color: #3F4D0D;
}
</style>