Shades of Verdun Green #3D4700
Tints of Verdun Green #3D4700
RGB
CMYK
RGB Variations
Color information
#3D4700 (or 0x3D4700) is known color: Verdun Green. HEX triplet: 3D, 47 and 00. RGB value is (61,71,0). Sum of RGB (Red+Green+Blue) = 61+71+0=132 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.21% from 132); Green value is 71 (28.12% from 255 or 53.79% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4700 is #C2B8FF. Grayscale: #3C3C3C. Windows color (decimal): -12761344 or 18237. OLE color: 18237.
HSL color Cylindrical-coordinate representation of color #3D4700: hue angle of 68.45º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D4700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.72 |
| HSL | 68.45º | 1% | 0.14% | - |
| HSV(B) | 68.45º | 1% | 0.28% | - |
| XYZ | 4.18 | 5.5 | 0.84 | - |
| YUV | 59.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 0 | 0.14 | 0 | 1 | 0.72 | 68.45 | 1 | 0.14 |
| Hex | 3D | 47 | 0 | E | 0 | 64 | 48 | 44 | 64 | E |
| Octal | 75 | 107 | 0 | 16 | 0 | 144 | 110 | 104 | 144 | 16 |
| Binary | 111101 | 1000111 | 0 | 1110 | 0 | 1100100 | 1001000 | 1000100 | 1100100 | 1110 |
Color Harmonies of #3D4700
Complementary color
Monochromatic Colors of #3D4700
Black with #3D4700
Text Example
Text Example
White with #3D4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4700; }
p { color: rgb(61,71,0); }
H1.HeaderClassName
{
color: #3D4700;
}
.AnyTagClassName
{
color: #3D4700;
}
</style>
background-color css
<style>
a { background-color: #3D4700; }
a { background-color: rgb(61,71,0); }
div.DivClassName
{
background-color: #3D4700;
}
.BgClassName
{
background-color: #3D4700;
}
</style>
border-color css
<style>
span { border-color: #3D4700; }
span { border-color: rgb(61,71,0); }
td.TdClassName
{
border-color: #3D4700;
}
.TagClassName
{
border-color: #3D4700;
}
</style>