Shades of Verdun Green #3A5006
Tints of Verdun Green #3A5006
RGB
CMYK
RGB Variations
Color information
#3A5006 (or 0x3A5006) is known color: Verdun Green. HEX triplet: 3A, 50 and 06. RGB value is (58,80,6). Sum of RGB (Red+Green+Blue) = 58+80+6=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5006 is #C5AFF9. Grayscale: #414141. Windows color (decimal): -12955642 or 413754. OLE color: 413754.
HSL color Cylindrical-coordinate representation of color #3A5006: hue angle of 77.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A5006 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 80 | 6 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.69 |
| HSL | 77.84º | 0.86% | 0.17% | - |
| HSV(B) | 77.84º | 0.93% | 0.31% | - |
| XYZ | 4.65 | 6.65 | 1.21 | - |
| YUV | 64.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 80 | 6 | 0.28 | 0 | 0.92 | 0.69 | 77.84 | 0.86 | 0.17 |
| Hex | 3A | 50 | 6 | 1C | 0 | 5C | 45 | 4E | 56 | 11 |
| Octal | 72 | 120 | 6 | 34 | 0 | 134 | 105 | 116 | 126 | 21 |
| Binary | 111010 | 1010000 | 110 | 11100 | 0 | 1011100 | 1000101 | 1001110 | 1010110 | 10001 |
Color Harmonies of #3A5006
Complementary color
Monochromatic Colors of #3A5006
Black with #3A5006
Text Example
Text Example
White with #3A5006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5006; }
p { color: rgb(58,80,6); }
H1.HeaderClassName
{
color: #3A5006;
}
.AnyTagClassName
{
color: #3A5006;
}
</style>
background-color css
<style>
a { background-color: #3A5006; }
a { background-color: rgb(58,80,6); }
div.DivClassName
{
background-color: #3A5006;
}
.BgClassName
{
background-color: #3A5006;
}
</style>
border-color css
<style>
span { border-color: #3A5006; }
span { border-color: rgb(58,80,6); }
td.TdClassName
{
border-color: #3A5006;
}
.TagClassName
{
border-color: #3A5006;
}
</style>