Shades of Verdun Green #3B5116
Tints of Verdun Green #3B5116
RGB
CMYK
RGB Variations
Color information
#3B5116 (or 0x3B5116) is known color: Verdun Green. HEX triplet: 3B, 51 and 16. RGB value is (59,81,22). Sum of RGB (Red+Green+Blue) = 59+81+22=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #3B5116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5116 is #C4AEE9. Grayscale: #434343. Windows color (decimal): -12889834 or 1462587. OLE color: 1462587.
HSL color Cylindrical-coordinate representation of color #3B5116: hue angle of 82.37º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B5116 is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 22 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.68 |
| HSL | 82.37º | 0.57% | 0.2% | - |
| HSV(B) | 82.37º | 0.73% | 0.32% | - |
| XYZ | 4.89 | 6.87 | 1.83 | - |
| YUV | 67.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 22 | 0.27 | 0 | 0.73 | 0.68 | 82.37 | 0.57 | 0.2 |
| Hex | 3B | 51 | 16 | 1B | 0 | 49 | 44 | 52 | 39 | 14 |
| Octal | 73 | 121 | 26 | 33 | 0 | 111 | 104 | 122 | 71 | 24 |
| Binary | 111011 | 1010001 | 10110 | 11011 | 0 | 1001001 | 1000100 | 1010010 | 111001 | 10100 |
Color Harmonies of #3B5116
Complementary color
Monochromatic Colors of #3B5116
Black with #3B5116
Text Example
Text Example
White with #3B5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5116; }
p { color: rgb(59,81,22); }
H1.HeaderClassName
{
color: #3B5116;
}
.AnyTagClassName
{
color: #3B5116;
}
</style>
background-color css
<style>
a { background-color: #3B5116; }
a { background-color: rgb(59,81,22); }
div.DivClassName
{
background-color: #3B5116;
}
.BgClassName
{
background-color: #3B5116;
}
</style>
border-color css
<style>
span { border-color: #3B5116; }
span { border-color: rgb(59,81,22); }
td.TdClassName
{
border-color: #3B5116;
}
.TagClassName
{
border-color: #3B5116;
}
</style>