Shades of Verdun Green #3D5716
Tints of Verdun Green #3D5716
RGB
CMYK
RGB Variations
Color information
#3D5716 (or 0x3D5716) is known color: Verdun Green. HEX triplet: 3D, 57 and 16. RGB value is (61,87,22). Sum of RGB (Red+Green+Blue) = 61+87+22=170 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.88% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5716 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5716 is #C2A8E9. Grayscale: #484848. Windows color (decimal): -12757226 or 1464125. OLE color: 1464125.
HSL color Cylindrical-coordinate representation of color #3D5716: hue angle of 84º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D5716 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 22 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.66 |
| HSL | 84º | 0.6% | 0.21% | - |
| HSV(B) | 84º | 0.75% | 0.34% | - |
| XYZ | 5.48 | 7.87 | 1.99 | - |
| YUV | 71.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 22 | 0.30 | 0 | 0.75 | 0.66 | 84 | 0.6 | 0.21 |
| Hex | 3D | 57 | 16 | 1E | 0 | 4B | 42 | 54 | 3C | 15 |
| Octal | 75 | 127 | 26 | 36 | 0 | 113 | 102 | 124 | 74 | 25 |
| Binary | 111101 | 1010111 | 10110 | 11110 | 0 | 1001011 | 1000010 | 1010100 | 111100 | 10101 |
Color Harmonies of #3D5716
Complementary color
Monochromatic Colors of #3D5716
Black with #3D5716
Text Example
Text Example
White with #3D5716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5716; }
p { color: rgb(61,87,22); }
H1.HeaderClassName
{
color: #3D5716;
}
.AnyTagClassName
{
color: #3D5716;
}
</style>
background-color css
<style>
a { background-color: #3D5716; }
a { background-color: rgb(61,87,22); }
div.DivClassName
{
background-color: #3D5716;
}
.BgClassName
{
background-color: #3D5716;
}
</style>
border-color css
<style>
span { border-color: #3D5716; }
span { border-color: rgb(61,87,22); }
td.TdClassName
{
border-color: #3D5716;
}
.TagClassName
{
border-color: #3D5716;
}
</style>