Shades of Verdun Green #3A6006
Tints of Verdun Green #3A6006
RGB
CMYK
RGB Variations
Color information
#3A6006 (or 0x3A6006) is known color: Verdun Green. HEX triplet: 3A, 60 and 06. RGB value is (58,96,6). Sum of RGB (Red+Green+Blue) = 58+96+6=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6006 is #C59FF9. Grayscale: #4A4A4A. Windows color (decimal): -12951546 or 417850. OLE color: 417850.
HSL color Cylindrical-coordinate representation of color #3A6006: hue angle of 85.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A6006 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 6 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.62 |
| HSL | 85.33º | 0.88% | 0.2% | - |
| HSV(B) | 85.33º | 0.94% | 0.38% | - |
| XYZ | 5.96 | 9.28 | 1.65 | - |
| YUV | 74.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 6 | 0.40 | 0 | 0.94 | 0.62 | 85.33 | 0.88 | 0.2 |
| Hex | 3A | 60 | 6 | 28 | 0 | 5E | 3E | 55 | 58 | 14 |
| Octal | 72 | 140 | 6 | 50 | 0 | 136 | 76 | 125 | 130 | 24 |
| Binary | 111010 | 1100000 | 110 | 101000 | 0 | 1011110 | 111110 | 1010101 | 1011000 | 10100 |
Color Harmonies of #3A6006
Complementary color
Monochromatic Colors of #3A6006
Black with #3A6006
Text Example
Text Example
White with #3A6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6006; }
p { color: rgb(58,96,6); }
H1.HeaderClassName
{
color: #3A6006;
}
.AnyTagClassName
{
color: #3A6006;
}
</style>
background-color css
<style>
a { background-color: #3A6006; }
a { background-color: rgb(58,96,6); }
div.DivClassName
{
background-color: #3A6006;
}
.BgClassName
{
background-color: #3A6006;
}
</style>
border-color css
<style>
span { border-color: #3A6006; }
span { border-color: rgb(58,96,6); }
td.TdClassName
{
border-color: #3A6006;
}
.TagClassName
{
border-color: #3A6006;
}
</style>