Shades of Verdun Green #3D6B04
Tints of Verdun Green #3D6B04
RGB
CMYK
RGB Variations
Color information
#3D6B04 (or 0x3D6B04) is known color: Verdun Green. HEX triplet: 3D, 6B and 04. RGB value is (61,107,4). Sum of RGB (Red+Green+Blue) = 61+107+4=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 107 (42.19% from 255 or 62.21% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 107 - color contains mainly: green. Hex color #3D6B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6B04 is #C294FB. Grayscale: #515151. Windows color (decimal): -12752124 or 289597. OLE color: 289597.
HSL color Cylindrical-coordinate representation of color #3D6B04: hue angle of 86.8º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3D6B04 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 107 | 4 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.58 |
| HSL | 86.8º | 0.93% | 0.22% | - |
| HSV(B) | 86.8º | 0.96% | 0.42% | - |
| XYZ | 7.2 | 11.52 | 1.96 | - |
| YUV | 81.5 | 84.26 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 107 | 4 | 0.43 | 0 | 0.96 | 0.58 | 86.8 | 0.93 | 0.22 |
| Hex | 3D | 6B | 4 | 2B | 0 | 60 | 3A | 57 | 5D | 16 |
| Octal | 75 | 153 | 4 | 53 | 0 | 140 | 72 | 127 | 135 | 26 |
| Binary | 111101 | 1101011 | 100 | 101011 | 0 | 1100000 | 111010 | 1010111 | 1011101 | 10110 |
Color Harmonies of #3D6B04
Complementary color
Monochromatic Colors of #3D6B04
Black with #3D6B04
Text Example
Text Example
White with #3D6B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6B04; }
p { color: rgb(61,107,4); }
H1.HeaderClassName
{
color: #3D6B04;
}
.AnyTagClassName
{
color: #3D6B04;
}
</style>
background-color css
<style>
a { background-color: #3D6B04; }
a { background-color: rgb(61,107,4); }
div.DivClassName
{
background-color: #3D6B04;
}
.BgClassName
{
background-color: #3D6B04;
}
</style>
border-color css
<style>
span { border-color: #3D6B04; }
span { border-color: rgb(61,107,4); }
td.TdClassName
{
border-color: #3D6B04;
}
.TagClassName
{
border-color: #3D6B04;
}
</style>