Shades of Verdun Green #3D4D14
Tints of Verdun Green #3D4D14
RGB
CMYK
RGB Variations
Color information
#3D4D14 (or 0x3D4D14) is known color: Verdun Green. HEX triplet: 3D, 4D and 14. RGB value is (61,77,20). Sum of RGB (Red+Green+Blue) = 61+77+20=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 77 - color contains mainly: green. Hex color #3D4D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D4D14 is #C2B2EB. Grayscale: #414141. Windows color (decimal): -12759788 or 1330493. OLE color: 1330493.
HSL color Cylindrical-coordinate representation of color #3D4D14: hue angle of 76.84º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D4D14 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 77 | 20 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.70 |
| HSL | 76.84º | 0.59% | 0.19% | - |
| HSV(B) | 76.84º | 0.74% | 0.3% | - |
| XYZ | 4.7 | 6.35 | 1.64 | - |
| YUV | 65.72 | 102.2 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 77 | 20 | 0.21 | 0 | 0.74 | 0.70 | 76.84 | 0.59 | 0.19 |
| Hex | 3D | 4D | 14 | 15 | 0 | 4A | 46 | 4D | 3B | 13 |
| Octal | 75 | 115 | 24 | 25 | 0 | 112 | 106 | 115 | 73 | 23 |
| Binary | 111101 | 1001101 | 10100 | 10101 | 0 | 1001010 | 1000110 | 1001101 | 111011 | 10011 |
Color Harmonies of #3D4D14
Complementary color
Monochromatic Colors of #3D4D14
Black with #3D4D14
Text Example
Text Example
White with #3D4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4D14; }
p { color: rgb(61,77,20); }
H1.HeaderClassName
{
color: #3D4D14;
}
.AnyTagClassName
{
color: #3D4D14;
}
</style>
background-color css
<style>
a { background-color: #3D4D14; }
a { background-color: rgb(61,77,20); }
div.DivClassName
{
background-color: #3D4D14;
}
.BgClassName
{
background-color: #3D4D14;
}
</style>
border-color css
<style>
span { border-color: #3D4D14; }
span { border-color: rgb(61,77,20); }
td.TdClassName
{
border-color: #3D4D14;
}
.TagClassName
{
border-color: #3D4D14;
}
</style>