Shades of Verdun Green #3D4E19
Tints of Verdun Green #3D4E19
RGB
CMYK
RGB Variations
Color information
#3D4E19 (or 0x3D4E19) is known color: Verdun Green. HEX triplet: 3D, 4E and 19. RGB value is (61,78,25). Sum of RGB (Red+Green+Blue) = 61+78+25=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D4E19 is #C2B1E6. Grayscale: #434343. Windows color (decimal): -12759527 or 1658429. OLE color: 1658429.
HSL color Cylindrical-coordinate representation of color #3D4E19: hue angle of 79.25º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D4E19 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 78 | 25 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.69 |
| HSL | 79.25º | 0.51% | 0.2% | - |
| HSV(B) | 79.25º | 0.68% | 0.31% | - |
| XYZ | 4.82 | 6.51 | 1.92 | - |
| YUV | 66.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 25 | 0.22 | 0 | 0.68 | 0.69 | 79.25 | 0.51 | 0.2 |
| Hex | 3D | 4E | 19 | 16 | 0 | 44 | 45 | 4F | 33 | 14 |
| Octal | 75 | 116 | 31 | 26 | 0 | 104 | 105 | 117 | 63 | 24 |
| Binary | 111101 | 1001110 | 11001 | 10110 | 0 | 1000100 | 1000101 | 1001111 | 110011 | 10100 |
Color Harmonies of #3D4E19
Complementary color
Monochromatic Colors of #3D4E19
Black with #3D4E19
Text Example
Text Example
White with #3D4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E19; }
p { color: rgb(61,78,25); }
H1.HeaderClassName
{
color: #3D4E19;
}
.AnyTagClassName
{
color: #3D4E19;
}
</style>
background-color css
<style>
a { background-color: #3D4E19; }
a { background-color: rgb(61,78,25); }
div.DivClassName
{
background-color: #3D4E19;
}
.BgClassName
{
background-color: #3D4E19;
}
</style>
border-color css
<style>
span { border-color: #3D4E19; }
span { border-color: rgb(61,78,25); }
td.TdClassName
{
border-color: #3D4E19;
}
.TagClassName
{
border-color: #3D4E19;
}
</style>