Shades of Verdun Green #3A6011
Tints of Verdun Green #3A6011
RGB
CMYK
RGB Variations
Color information
#3A6011 (or 0x3A6011) is known color: Verdun Green. HEX triplet: 3A, 60 and 11. RGB value is (58,96,17). Sum of RGB (Red+Green+Blue) = 58+96+17=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6011 is #C59FEE. Grayscale: #4B4B4B. Windows color (decimal): -12951535 or 1138746. OLE color: 1138746.
HSL color Cylindrical-coordinate representation of color #3A6011: hue angle of 88.86º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A6011 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 17 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.62 |
| HSL | 88.86º | 0.7% | 0.22% | - |
| HSV(B) | 88.86º | 0.82% | 0.38% | - |
| XYZ | 6.03 | 9.31 | 2.01 | - |
| YUV | 75.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 17 | 0.40 | 0 | 0.82 | 0.62 | 88.86 | 0.7 | 0.22 |
| Hex | 3A | 60 | 11 | 28 | 0 | 52 | 3E | 59 | 46 | 16 |
| Octal | 72 | 140 | 21 | 50 | 0 | 122 | 76 | 131 | 106 | 26 |
| Binary | 111010 | 1100000 | 10001 | 101000 | 0 | 1010010 | 111110 | 1011001 | 1000110 | 10110 |
Color Harmonies of #3A6011
Complementary color
Monochromatic Colors of #3A6011
Black with #3A6011
Text Example
Text Example
White with #3A6011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6011; }
p { color: rgb(58,96,17); }
H1.HeaderClassName
{
color: #3A6011;
}
.AnyTagClassName
{
color: #3A6011;
}
</style>
background-color css
<style>
a { background-color: #3A6011; }
a { background-color: rgb(58,96,17); }
div.DivClassName
{
background-color: #3A6011;
}
.BgClassName
{
background-color: #3A6011;
}
</style>
border-color css
<style>
span { border-color: #3A6011; }
span { border-color: rgb(58,96,17); }
td.TdClassName
{
border-color: #3A6011;
}
.TagClassName
{
border-color: #3A6011;
}
</style>