Shades of Verdun Green #3D6A06
Tints of Verdun Green #3D6A06
RGB
CMYK
RGB Variations
Color information
#3D6A06 (or 0x3D6A06) is known color: Verdun Green. HEX triplet: 3D, 6A and 06. RGB value is (61,106,6). Sum of RGB (Red+Green+Blue) = 61+106+6=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6A06 is #C295F9. Grayscale: #515151. Windows color (decimal): -12752378 or 420413. OLE color: 420413.
HSL color Cylindrical-coordinate representation of color #3D6A06: hue angle of 87º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D6A06 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 61 | 106 | 6 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.58 |
| HSL | 87º | 0.89% | 0.22% | - |
| HSV(B) | 87º | 0.94% | 0.42% | - |
| XYZ | 7.11 | 11.31 | 1.98 | - |
| YUV | 81.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 106 | 6 | 0.42 | 0 | 0.94 | 0.58 | 87 | 0.89 | 0.22 |
| Hex | 3D | 6A | 6 | 2A | 0 | 5E | 3A | 57 | 59 | 16 |
| Octal | 75 | 152 | 6 | 52 | 0 | 136 | 72 | 127 | 131 | 26 |
| Binary | 111101 | 1101010 | 110 | 101010 | 0 | 1011110 | 111010 | 1010111 | 1011001 | 10110 |
Color Harmonies of #3D6A06
Complementary color
Monochromatic Colors of #3D6A06
Black with #3D6A06
Text Example
Text Example
White with #3D6A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6A06; }
p { color: rgb(61,106,6); }
H1.HeaderClassName
{
color: #3D6A06;
}
.AnyTagClassName
{
color: #3D6A06;
}
</style>
background-color css
<style>
a { background-color: #3D6A06; }
a { background-color: rgb(61,106,6); }
div.DivClassName
{
background-color: #3D6A06;
}
.BgClassName
{
background-color: #3D6A06;
}
</style>
border-color css
<style>
span { border-color: #3D6A06; }
span { border-color: rgb(61,106,6); }
td.TdClassName
{
border-color: #3D6A06;
}
.TagClassName
{
border-color: #3D6A06;
}
</style>