Shades of Verdun Green #3D6700
Tints of Verdun Green #3D6700
RGB
CMYK
RGB Variations
Color information
#3D6700 (or 0x3D6700) is known color: Verdun Green. HEX triplet: 3D, 67 and 00. RGB value is (61,103,0). Sum of RGB (Red+Green+Blue) = 61+103+0=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 103 (40.62% from 255 or 62.80% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 103 - color contains mainly: green. Hex color #3D6700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6700 is #C298FF. Grayscale: #4F4F4F. Windows color (decimal): -12753152 or 26429. OLE color: 26429.
HSL color Cylindrical-coordinate representation of color #3D6700: hue angle of 84.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3D6700 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 103 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.60 |
| HSL | 84.47º | 1% | 0.2% | - |
| HSV(B) | 84.47º | 1% | 0.4% | - |
| XYZ | 6.77 | 10.69 | 1.71 | - |
| YUV | 78.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 0 | 0.41 | 0 | 1 | 0.60 | 84.47 | 1 | 0.2 |
| Hex | 3D | 67 | 0 | 29 | 0 | 64 | 3C | 54 | 64 | 14 |
| Octal | 75 | 147 | 0 | 51 | 0 | 144 | 74 | 124 | 144 | 24 |
| Binary | 111101 | 1100111 | 0 | 101001 | 0 | 1100100 | 111100 | 1010100 | 1100100 | 10100 |
Color Harmonies of #3D6700
Complementary color
Monochromatic Colors of #3D6700
Black with #3D6700
Text Example
Text Example
White with #3D6700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6700; }
p { color: rgb(61,103,0); }
H1.HeaderClassName
{
color: #3D6700;
}
.AnyTagClassName
{
color: #3D6700;
}
</style>
background-color css
<style>
a { background-color: #3D6700; }
a { background-color: rgb(61,103,0); }
div.DivClassName
{
background-color: #3D6700;
}
.BgClassName
{
background-color: #3D6700;
}
</style>
border-color css
<style>
span { border-color: #3D6700; }
span { border-color: rgb(61,103,0); }
td.TdClassName
{
border-color: #3D6700;
}
.TagClassName
{
border-color: #3D6700;
}
</style>