Shades of Verdun Green #3D500E
Tints of Verdun Green #3D500E
RGB
CMYK
RGB Variations
Color information
#3D500E (or 0x3D500E) is known color: Verdun Green. HEX triplet: 3D, 50 and 0E. RGB value is (61,80,14). Sum of RGB (Red+Green+Blue) = 61+80+14=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #3D500E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D500E is #C2AFF1. Grayscale: #434343. Windows color (decimal): -12759026 or 938045. OLE color: 938045.
HSL color Cylindrical-coordinate representation of color #3D500E: hue angle of 77.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D500E is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 80 | 14 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.69 |
| HSL | 77.27º | 0.7% | 0.18% | - |
| HSV(B) | 77.27º | 0.83% | 0.31% | - |
| XYZ | 4.87 | 6.76 | 1.46 | - |
| YUV | 66.8 | 98.21 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 14 | 0.24 | 0 | 0.83 | 0.69 | 77.27 | 0.7 | 0.18 |
| Hex | 3D | 50 | E | 18 | 0 | 53 | 45 | 4D | 46 | 12 |
| Octal | 75 | 120 | 16 | 30 | 0 | 123 | 105 | 115 | 106 | 22 |
| Binary | 111101 | 1010000 | 1110 | 11000 | 0 | 1010011 | 1000101 | 1001101 | 1000110 | 10010 |
Color Harmonies of #3D500E
Complementary color
Monochromatic Colors of #3D500E
Black with #3D500E
Text Example
Text Example
White with #3D500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D500E; }
p { color: rgb(61,80,14); }
H1.HeaderClassName
{
color: #3D500E;
}
.AnyTagClassName
{
color: #3D500E;
}
</style>
background-color css
<style>
a { background-color: #3D500E; }
a { background-color: rgb(61,80,14); }
div.DivClassName
{
background-color: #3D500E;
}
.BgClassName
{
background-color: #3D500E;
}
</style>
border-color css
<style>
span { border-color: #3D500E; }
span { border-color: rgb(61,80,14); }
td.TdClassName
{
border-color: #3D500E;
}
.TagClassName
{
border-color: #3D500E;
}
</style>