Shades of Verdun Green #3A5212
Tints of Verdun Green #3A5212
RGB
CMYK
RGB Variations
Color information
#3A5212 (or 0x3A5212) is known color: Verdun Green. HEX triplet: 3A, 52 and 12. RGB value is (58,82,18). Sum of RGB (Red+Green+Blue) = 58+82+18=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5212 is #C5ADED. Grayscale: #434343. Windows color (decimal): -12955118 or 1200698. OLE color: 1200698.
HSL color Cylindrical-coordinate representation of color #3A5212: hue angle of 82.5º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A5212 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 82 | 18 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.68 |
| HSL | 82.5º | 0.64% | 0.2% | - |
| HSV(B) | 82.5º | 0.78% | 0.32% | - |
| XYZ | 4.87 | 6.98 | 1.66 | - |
| YUV | 67.53 | 100.05 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 18 | 0.29 | 0 | 0.78 | 0.68 | 82.5 | 0.64 | 0.2 |
| Hex | 3A | 52 | 12 | 1D | 0 | 4E | 44 | 52 | 40 | 14 |
| Octal | 72 | 122 | 22 | 35 | 0 | 116 | 104 | 122 | 100 | 24 |
| Binary | 111010 | 1010010 | 10010 | 11101 | 0 | 1001110 | 1000100 | 1010010 | 1000000 | 10100 |
Color Harmonies of #3A5212
Complementary color
Monochromatic Colors of #3A5212
Black with #3A5212
Text Example
Text Example
White with #3A5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5212; }
p { color: rgb(58,82,18); }
H1.HeaderClassName
{
color: #3A5212;
}
.AnyTagClassName
{
color: #3A5212;
}
</style>
background-color css
<style>
a { background-color: #3A5212; }
a { background-color: rgb(58,82,18); }
div.DivClassName
{
background-color: #3A5212;
}
.BgClassName
{
background-color: #3A5212;
}
</style>
border-color css
<style>
span { border-color: #3A5212; }
span { border-color: rgb(58,82,18); }
td.TdClassName
{
border-color: #3A5212;
}
.TagClassName
{
border-color: #3A5212;
}
</style>