Shades of Verdun Green #3A5111
Tints of Verdun Green #3A5111
RGB
CMYK
RGB Variations
Color information
#3A5111 (or 0x3A5111) is known color: Verdun Green. HEX triplet: 3A, 51 and 11. RGB value is (58,81,17). Sum of RGB (Red+Green+Blue) = 58+81+17=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #3A5111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5111 is #C5AEEE. Grayscale: #434343. Windows color (decimal): -12955375 or 1134906. OLE color: 1134906.
HSL color Cylindrical-coordinate representation of color #3A5111: hue angle of 81.56º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A5111 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 58 | 81 | 17 | - |
| CMYK | 0.28 | 0 | 0.79 | 0.68 |
| HSL | 81.56º | 0.65% | 0.19% | - |
| HSV(B) | 81.56º | 0.79% | 0.32% | - |
| XYZ | 4.79 | 6.82 | 1.6 | - |
| YUV | 66.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 17 | 0.28 | 0 | 0.79 | 0.68 | 81.56 | 0.65 | 0.19 |
| Hex | 3A | 51 | 11 | 1C | 0 | 4F | 44 | 52 | 41 | 13 |
| Octal | 72 | 121 | 21 | 34 | 0 | 117 | 104 | 122 | 101 | 23 |
| Binary | 111010 | 1010001 | 10001 | 11100 | 0 | 1001111 | 1000100 | 1010010 | 1000001 | 10011 |
Color Harmonies of #3A5111
Complementary color
Monochromatic Colors of #3A5111
Black with #3A5111
Text Example
Text Example
White with #3A5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5111; }
p { color: rgb(58,81,17); }
H1.HeaderClassName
{
color: #3A5111;
}
.AnyTagClassName
{
color: #3A5111;
}
</style>
background-color css
<style>
a { background-color: #3A5111; }
a { background-color: rgb(58,81,17); }
div.DivClassName
{
background-color: #3A5111;
}
.BgClassName
{
background-color: #3A5111;
}
</style>
border-color css
<style>
span { border-color: #3A5111; }
span { border-color: rgb(58,81,17); }
td.TdClassName
{
border-color: #3A5111;
}
.TagClassName
{
border-color: #3A5111;
}
</style>