Shades of Verdun Green #3D5519
Tints of Verdun Green #3D5519
RGB
CMYK
RGB Variations
Color information
#3D5519 (or 0x3D5519) is known color: Verdun Green. HEX triplet: 3D, 55 and 19. RGB value is (61,85,25). Sum of RGB (Red+Green+Blue) = 61+85+25=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D5519 is #C2AAE6. Grayscale: #474747. Windows color (decimal): -12757735 or 1660221. OLE color: 1660221.
HSL color Cylindrical-coordinate representation of color #3D5519: hue angle of 84º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D5519 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 25 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.67 |
| HSL | 84º | 0.55% | 0.22% | - |
| HSV(B) | 84º | 0.71% | 0.33% | - |
| XYZ | 5.35 | 7.56 | 2.1 | - |
| YUV | 70.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 25 | 0.28 | 0 | 0.71 | 0.67 | 84 | 0.55 | 0.22 |
| Hex | 3D | 55 | 19 | 1C | 0 | 47 | 43 | 54 | 37 | 16 |
| Octal | 75 | 125 | 31 | 34 | 0 | 107 | 103 | 124 | 67 | 26 |
| Binary | 111101 | 1010101 | 11001 | 11100 | 0 | 1000111 | 1000011 | 1010100 | 110111 | 10110 |
Color Harmonies of #3D5519
Complementary color
Monochromatic Colors of #3D5519
Black with #3D5519
Text Example
Text Example
White with #3D5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5519; }
p { color: rgb(61,85,25); }
H1.HeaderClassName
{
color: #3D5519;
}
.AnyTagClassName
{
color: #3D5519;
}
</style>
background-color css
<style>
a { background-color: #3D5519; }
a { background-color: rgb(61,85,25); }
div.DivClassName
{
background-color: #3D5519;
}
.BgClassName
{
background-color: #3D5519;
}
</style>
border-color css
<style>
span { border-color: #3D5519; }
span { border-color: rgb(61,85,25); }
td.TdClassName
{
border-color: #3D5519;
}
.TagClassName
{
border-color: #3D5519;
}
</style>