Shades of Verdun Green #3B6A06
Tints of Verdun Green #3B6A06
RGB
CMYK
RGB Variations
Color information
#3B6A06 (or 0x3B6A06) is known color: Verdun Green. HEX triplet: 3B, 6A and 06. RGB value is (59,106,6). Sum of RGB (Red+Green+Blue) = 59+106+6=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6A06 is #C495F9. Grayscale: #505050. Windows color (decimal): -12883450 or 420411. OLE color: 420411.
HSL color Cylindrical-coordinate representation of color #3B6A06: hue angle of 88.2º 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 #3B6A06 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 6 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.58 |
| HSL | 88.2º | 0.89% | 0.22% | - |
| HSV(B) | 88.2º | 0.94% | 0.42% | - |
| XYZ | 6.99 | 11.25 | 1.98 | - |
| YUV | 80.55 | 85.93 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 6 | 0.44 | 0 | 0.94 | 0.58 | 88.2 | 0.89 | 0.22 |
| Hex | 3B | 6A | 6 | 2C | 0 | 5E | 3A | 58 | 59 | 16 |
| Octal | 73 | 152 | 6 | 54 | 0 | 136 | 72 | 130 | 131 | 26 |
| Binary | 111011 | 1101010 | 110 | 101100 | 0 | 1011110 | 111010 | 1011000 | 1011001 | 10110 |
Color Harmonies of #3B6A06
Complementary color
Monochromatic Colors of #3B6A06
Black with #3B6A06
Text Example
Text Example
White with #3B6A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A06; }
p { color: rgb(59,106,6); }
H1.HeaderClassName
{
color: #3B6A06;
}
.AnyTagClassName
{
color: #3B6A06;
}
</style>
background-color css
<style>
a { background-color: #3B6A06; }
a { background-color: rgb(59,106,6); }
div.DivClassName
{
background-color: #3B6A06;
}
.BgClassName
{
background-color: #3B6A06;
}
</style>
border-color css
<style>
span { border-color: #3B6A06; }
span { border-color: rgb(59,106,6); }
td.TdClassName
{
border-color: #3B6A06;
}
.TagClassName
{
border-color: #3B6A06;
}
</style>