Shades of Verdun Green #3D5114
Tints of Verdun Green #3D5114
RGB
CMYK
RGB Variations
Color information
#3D5114 (or 0x3D5114) is known color: Verdun Green. HEX triplet: 3D, 51 and 14. RGB value is (61,81,20). Sum of RGB (Red+Green+Blue) = 61+81+20=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #3D5114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5114 is #C2AEEB. Grayscale: #444444. Windows color (decimal): -12758764 or 1331517. OLE color: 1331517.
HSL color Cylindrical-coordinate representation of color #3D5114: hue angle of 79.67º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D5114 is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 81 | 20 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.68 |
| HSL | 79.67º | 0.6% | 0.2% | - |
| HSV(B) | 79.67º | 0.75% | 0.32% | - |
| XYZ | 4.99 | 6.93 | 1.74 | - |
| YUV | 68.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 20 | 0.25 | 0 | 0.75 | 0.68 | 79.67 | 0.6 | 0.2 |
| Hex | 3D | 51 | 14 | 19 | 0 | 4B | 44 | 50 | 3C | 14 |
| Octal | 75 | 121 | 24 | 31 | 0 | 113 | 104 | 120 | 74 | 24 |
| Binary | 111101 | 1010001 | 10100 | 11001 | 0 | 1001011 | 1000100 | 1010000 | 111100 | 10100 |
Color Harmonies of #3D5114
Complementary color
Monochromatic Colors of #3D5114
Black with #3D5114
Text Example
Text Example
White with #3D5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5114; }
p { color: rgb(61,81,20); }
H1.HeaderClassName
{
color: #3D5114;
}
.AnyTagClassName
{
color: #3D5114;
}
</style>
background-color css
<style>
a { background-color: #3D5114; }
a { background-color: rgb(61,81,20); }
div.DivClassName
{
background-color: #3D5114;
}
.BgClassName
{
background-color: #3D5114;
}
</style>
border-color css
<style>
span { border-color: #3D5114; }
span { border-color: rgb(61,81,20); }
td.TdClassName
{
border-color: #3D5114;
}
.TagClassName
{
border-color: #3D5114;
}
</style>