Shades of Verdun Green #3D4703
Tints of Verdun Green #3D4703
RGB
CMYK
RGB Variations
Color information
#3D4703 (or 0x3D4703) is known color: Verdun Green. HEX triplet: 3D, 47 and 03. RGB value is (61,71,3). Sum of RGB (Red+Green+Blue) = 61+71+3=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #3D4703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4703 is #C2B8FC. Grayscale: #3C3C3C. Windows color (decimal): -12761341 or 214845. OLE color: 214845.
HSL color Cylindrical-coordinate representation of color #3D4703: hue angle of 68.82º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D4703 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 3 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.72 |
| HSL | 68.82º | 0.92% | 0.15% | - |
| HSV(B) | 68.82º | 0.96% | 0.28% | - |
| XYZ | 4.19 | 5.51 | 0.93 | - |
| YUV | 60.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 3 | 0.14 | 0 | 0.96 | 0.72 | 68.82 | 0.92 | 0.15 |
| Hex | 3D | 47 | 3 | E | 0 | 60 | 48 | 45 | 5C | F |
| Octal | 75 | 107 | 3 | 16 | 0 | 140 | 110 | 105 | 134 | 17 |
| Binary | 111101 | 1000111 | 11 | 1110 | 0 | 1100000 | 1001000 | 1000101 | 1011100 | 1111 |
Color Harmonies of #3D4703
Complementary color
Monochromatic Colors of #3D4703
Black with #3D4703
Text Example
Text Example
White with #3D4703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4703; }
p { color: rgb(61,71,3); }
H1.HeaderClassName
{
color: #3D4703;
}
.AnyTagClassName
{
color: #3D4703;
}
</style>
background-color css
<style>
a { background-color: #3D4703; }
a { background-color: rgb(61,71,3); }
div.DivClassName
{
background-color: #3D4703;
}
.BgClassName
{
background-color: #3D4703;
}
</style>
border-color css
<style>
span { border-color: #3D4703; }
span { border-color: rgb(61,71,3); }
td.TdClassName
{
border-color: #3D4703;
}
.TagClassName
{
border-color: #3D4703;
}
</style>