Shades of Verdun Green #3D4704
Tints of Verdun Green #3D4704
RGB
CMYK
RGB Variations
Color information
#3D4704 (or 0x3D4704) is known color: Verdun Green. HEX triplet: 3D, 47 and 04. RGB value is (61,71,4). Sum of RGB (Red+Green+Blue) = 61+71+4=136 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.85% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4704 is #C2B8FB. Grayscale: #3C3C3C. Windows color (decimal): -12761340 or 280381. OLE color: 280381.
HSL color Cylindrical-coordinate representation of color #3D4704: hue angle of 68.96º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D4704 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 4 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.72 |
| HSL | 68.96º | 0.89% | 0.15% | - |
| HSV(B) | 68.96º | 0.94% | 0.28% | - |
| XYZ | 4.2 | 5.51 | 0.96 | - |
| YUV | 60.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 4 | 0.14 | 0 | 0.94 | 0.72 | 68.96 | 0.89 | 0.15 |
| Hex | 3D | 47 | 4 | E | 0 | 5E | 48 | 45 | 59 | F |
| Octal | 75 | 107 | 4 | 16 | 0 | 136 | 110 | 105 | 131 | 17 |
| Binary | 111101 | 1000111 | 100 | 1110 | 0 | 1011110 | 1001000 | 1000101 | 1011001 | 1111 |
Color Harmonies of #3D4704
Complementary color
Monochromatic Colors of #3D4704
Black with #3D4704
Text Example
Text Example
White with #3D4704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4704; }
p { color: rgb(61,71,4); }
H1.HeaderClassName
{
color: #3D4704;
}
.AnyTagClassName
{
color: #3D4704;
}
</style>
background-color css
<style>
a { background-color: #3D4704; }
a { background-color: rgb(61,71,4); }
div.DivClassName
{
background-color: #3D4704;
}
.BgClassName
{
background-color: #3D4704;
}
</style>
border-color css
<style>
span { border-color: #3D4704; }
span { border-color: rgb(61,71,4); }
td.TdClassName
{
border-color: #3D4704;
}
.TagClassName
{
border-color: #3D4704;
}
</style>