Shades of Verdun Green #3D5514
Tints of Verdun Green #3D5514
RGB
CMYK
RGB Variations
Color information
#3D5514 (or 0x3D5514) is known color: Verdun Green. HEX triplet: 3D, 55 and 14. RGB value is (61,85,20). Sum of RGB (Red+Green+Blue) = 61+85+20=166 (21% of max value = 765). Red value is 61 (24.22% from 255 or 36.75% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5514 is #C2AAEB. Grayscale: #464646. Windows color (decimal): -12757740 or 1332541. OLE color: 1332541.
HSL color Cylindrical-coordinate representation of color #3D5514: hue angle of 82.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D5514 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 20 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.67 |
| HSL | 82.15º | 0.62% | 0.21% | - |
| HSV(B) | 82.15º | 0.76% | 0.33% | - |
| XYZ | 5.3 | 7.54 | 1.84 | - |
| YUV | 70.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 20 | 0.28 | 0 | 0.76 | 0.67 | 82.15 | 0.62 | 0.21 |
| Hex | 3D | 55 | 14 | 1C | 0 | 4C | 43 | 52 | 3E | 15 |
| Octal | 75 | 125 | 24 | 34 | 0 | 114 | 103 | 122 | 76 | 25 |
| Binary | 111101 | 1010101 | 10100 | 11100 | 0 | 1001100 | 1000011 | 1010010 | 111110 | 10101 |
Color Harmonies of #3D5514
Complementary color
Monochromatic Colors of #3D5514
Black with #3D5514
Text Example
Text Example
White with #3D5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5514; }
p { color: rgb(61,85,20); }
H1.HeaderClassName
{
color: #3D5514;
}
.AnyTagClassName
{
color: #3D5514;
}
</style>
background-color css
<style>
a { background-color: #3D5514; }
a { background-color: rgb(61,85,20); }
div.DivClassName
{
background-color: #3D5514;
}
.BgClassName
{
background-color: #3D5514;
}
</style>
border-color css
<style>
span { border-color: #3D5514; }
span { border-color: rgb(61,85,20); }
td.TdClassName
{
border-color: #3D5514;
}
.TagClassName
{
border-color: #3D5514;
}
</style>