Shades of Verdun Green #3D4E04
Tints of Verdun Green #3D4E04
RGB
CMYK
RGB Variations
Color information
#3D4E04 (or 0x3D4E04) is known color: Verdun Green. HEX triplet: 3D, 4E and 04. RGB value is (61,78,4). Sum of RGB (Red+Green+Blue) = 61+78+4=143 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.66% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #3D4E04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D4E04 is #C2B1FB. Grayscale: #404040. Windows color (decimal): -12759548 or 282173. OLE color: 282173.
HSL color Cylindrical-coordinate representation of color #3D4E04: hue angle of 73.78º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D4E04 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 61 | 78 | 4 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.69 |
| HSL | 73.78º | 0.9% | 0.16% | - |
| HSV(B) | 73.78º | 0.95% | 0.31% | - |
| XYZ | 4.67 | 6.45 | 1.11 | - |
| YUV | 64.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 4 | 0.22 | 0 | 0.95 | 0.69 | 73.78 | 0.9 | 0.16 |
| Hex | 3D | 4E | 4 | 16 | 0 | 5F | 45 | 4A | 5A | 10 |
| Octal | 75 | 116 | 4 | 26 | 0 | 137 | 105 | 112 | 132 | 20 |
| Binary | 111101 | 1001110 | 100 | 10110 | 0 | 1011111 | 1000101 | 1001010 | 1011010 | 10000 |
Color Harmonies of #3D4E04
Complementary color
Monochromatic Colors of #3D4E04
Black with #3D4E04
Text Example
Text Example
White with #3D4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4E04; }
p { color: rgb(61,78,4); }
H1.HeaderClassName
{
color: #3D4E04;
}
.AnyTagClassName
{
color: #3D4E04;
}
</style>
background-color css
<style>
a { background-color: #3D4E04; }
a { background-color: rgb(61,78,4); }
div.DivClassName
{
background-color: #3D4E04;
}
.BgClassName
{
background-color: #3D4E04;
}
</style>
border-color css
<style>
span { border-color: #3D4E04; }
span { border-color: rgb(61,78,4); }
td.TdClassName
{
border-color: #3D4E04;
}
.TagClassName
{
border-color: #3D4E04;
}
</style>