Shades of Verdun Green #3A5112
Tints of Verdun Green #3A5112
RGB
CMYK
RGB Variations
Color information
#3A5112 (or 0x3A5112) is known color: Verdun Green. HEX triplet: 3A, 51 and 12. RGB value is (58,81,18). Sum of RGB (Red+Green+Blue) = 58+81+18=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #3A5112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5112 is #C5AEED. Grayscale: #434343. Windows color (decimal): -12955374 or 1200442. OLE color: 1200442.
HSL color Cylindrical-coordinate representation of color #3A5112: hue angle of 81.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A5112 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 18 | - |
| CMYK | 0.28 | 0 | 0.78 | 0.68 |
| HSL | 81.9º | 0.64% | 0.19% | - |
| HSV(B) | 81.9º | 0.78% | 0.32% | - |
| XYZ | 4.8 | 6.83 | 1.64 | - |
| YUV | 66.94 | 100.38 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 18 | 0.28 | 0 | 0.78 | 0.68 | 81.9 | 0.64 | 0.19 |
| Hex | 3A | 51 | 12 | 1C | 0 | 4E | 44 | 52 | 40 | 13 |
| Octal | 72 | 121 | 22 | 34 | 0 | 116 | 104 | 122 | 100 | 23 |
| Binary | 111010 | 1010001 | 10010 | 11100 | 0 | 1001110 | 1000100 | 1010010 | 1000000 | 10011 |
Color Harmonies of #3A5112
Complementary color
Monochromatic Colors of #3A5112
Black with #3A5112
Text Example
Text Example
White with #3A5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5112; }
p { color: rgb(58,81,18); }
H1.HeaderClassName
{
color: #3A5112;
}
.AnyTagClassName
{
color: #3A5112;
}
</style>
background-color css
<style>
a { background-color: #3A5112; }
a { background-color: rgb(58,81,18); }
div.DivClassName
{
background-color: #3A5112;
}
.BgClassName
{
background-color: #3A5112;
}
</style>
border-color css
<style>
span { border-color: #3A5112; }
span { border-color: rgb(58,81,18); }
td.TdClassName
{
border-color: #3A5112;
}
.TagClassName
{
border-color: #3A5112;
}
</style>