Shades of Verdun Green #3D4707
Tints of Verdun Green #3D4707
RGB
CMYK
RGB Variations
Color information
#3D4707 (or 0x3D4707) is known color: Verdun Green. HEX triplet: 3D, 47 and 07. RGB value is (61,71,7). Sum of RGB (Red+Green+Blue) = 61+71+7=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 7 (3.12% from 255 or 5.04% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4707 is #C2B8F8. Grayscale: #3C3C3C. Windows color (decimal): -12761337 or 476989. OLE color: 476989.
HSL color Cylindrical-coordinate representation of color #3D4707: hue angle of 69.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D4707 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 7 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.72 |
| HSL | 69.38º | 0.82% | 0.15% | - |
| HSV(B) | 69.38º | 0.9% | 0.28% | - |
| XYZ | 4.22 | 5.51 | 1.04 | - |
| YUV | 60.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 7 | 0.14 | 0 | 0.90 | 0.72 | 69.38 | 0.82 | 0.15 |
| Hex | 3D | 47 | 7 | E | 0 | 5A | 48 | 45 | 52 | F |
| Octal | 75 | 107 | 7 | 16 | 0 | 132 | 110 | 105 | 122 | 17 |
| Binary | 111101 | 1000111 | 111 | 1110 | 0 | 1011010 | 1001000 | 1000101 | 1010010 | 1111 |
Color Harmonies of #3D4707
Complementary color
Monochromatic Colors of #3D4707
Black with #3D4707
Text Example
Text Example
White with #3D4707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4707; }
p { color: rgb(61,71,7); }
H1.HeaderClassName
{
color: #3D4707;
}
.AnyTagClassName
{
color: #3D4707;
}
</style>
background-color css
<style>
a { background-color: #3D4707; }
a { background-color: rgb(61,71,7); }
div.DivClassName
{
background-color: #3D4707;
}
.BgClassName
{
background-color: #3D4707;
}
</style>
border-color css
<style>
span { border-color: #3D4707; }
span { border-color: rgb(61,71,7); }
td.TdClassName
{
border-color: #3D4707;
}
.TagClassName
{
border-color: #3D4707;
}
</style>