Shades of Verdun Green #3D6A0D
Tints of Verdun Green #3D6A0D
RGB
CMYK
RGB Variations
Color information
#3D6A0D (or 0x3D6A0D) is known color: Verdun Green. HEX triplet: 3D, 6A and 0D. RGB value is (61,106,13). Sum of RGB (Red+Green+Blue) = 61+106+13=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 106 (41.80% from 255 or 58.89% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6A0D is #C295F2. Grayscale: #525252. Windows color (decimal): -12752371 or 879165. OLE color: 879165.
HSL color Cylindrical-coordinate representation of color #3D6A0D: hue angle of 89.03º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3D6A0D is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 106 | 13 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.58 |
| HSL | 89.03º | 0.78% | 0.23% | - |
| HSV(B) | 89.03º | 0.88% | 0.42% | - |
| XYZ | 7.15 | 11.33 | 2.19 | - |
| YUV | 81.94 | 89.09 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 13 | 0.42 | 0 | 0.88 | 0.58 | 89.03 | 0.78 | 0.23 |
| Hex | 3D | 6A | D | 2A | 0 | 58 | 3A | 59 | 4E | 17 |
| Octal | 75 | 152 | 15 | 52 | 0 | 130 | 72 | 131 | 116 | 27 |
| Binary | 111101 | 1101010 | 1101 | 101010 | 0 | 1011000 | 111010 | 1011001 | 1001110 | 10111 |
Color Harmonies of #3D6A0D
Complementary color
Monochromatic Colors of #3D6A0D
Black with #3D6A0D
Text Example
Text Example
White with #3D6A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6A0D; }
p { color: rgb(61,106,13); }
H1.HeaderClassName
{
color: #3D6A0D;
}
.AnyTagClassName
{
color: #3D6A0D;
}
</style>
background-color css
<style>
a { background-color: #3D6A0D; }
a { background-color: rgb(61,106,13); }
div.DivClassName
{
background-color: #3D6A0D;
}
.BgClassName
{
background-color: #3D6A0D;
}
</style>
border-color css
<style>
span { border-color: #3D6A0D; }
span { border-color: rgb(61,106,13); }
td.TdClassName
{
border-color: #3D6A0D;
}
.TagClassName
{
border-color: #3D6A0D;
}
</style>