Shades of Verdun Green #3B4E16
Tints of Verdun Green #3B4E16
RGB
CMYK
RGB Variations
Color information
#3B4E16 (or 0x3B4E16) is known color: Verdun Green. HEX triplet: 3B, 4E and 16. RGB value is (59,78,22). Sum of RGB (Red+Green+Blue) = 59+78+22=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 78 - color contains mainly: green. Hex color #3B4E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4E16 is #C4B1E9. Grayscale: #424242. Windows color (decimal): -12890602 or 1461819. OLE color: 1461819.
HSL color Cylindrical-coordinate representation of color #3B4E16: hue angle of 80.36º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B4E16 is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 78 | 22 | - |
| CMYK | 0.24 | 0 | 0.72 | 0.69 |
| HSL | 80.36º | 0.56% | 0.2% | - |
| HSV(B) | 80.36º | 0.72% | 0.31% | - |
| XYZ | 4.67 | 6.44 | 1.76 | - |
| YUV | 65.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 78 | 22 | 0.24 | 0 | 0.72 | 0.69 | 80.36 | 0.56 | 0.2 |
| Hex | 3B | 4E | 16 | 18 | 0 | 48 | 45 | 50 | 38 | 14 |
| Octal | 73 | 116 | 26 | 30 | 0 | 110 | 105 | 120 | 70 | 24 |
| Binary | 111011 | 1001110 | 10110 | 11000 | 0 | 1001000 | 1000101 | 1010000 | 111000 | 10100 |
Color Harmonies of #3B4E16
Complementary color
Monochromatic Colors of #3B4E16
Black with #3B4E16
Text Example
Text Example
White with #3B4E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4E16; }
p { color: rgb(59,78,22); }
H1.HeaderClassName
{
color: #3B4E16;
}
.AnyTagClassName
{
color: #3B4E16;
}
</style>
background-color css
<style>
a { background-color: #3B4E16; }
a { background-color: rgb(59,78,22); }
div.DivClassName
{
background-color: #3B4E16;
}
.BgClassName
{
background-color: #3B4E16;
}
</style>
border-color css
<style>
span { border-color: #3B4E16; }
span { border-color: rgb(59,78,22); }
td.TdClassName
{
border-color: #3B4E16;
}
.TagClassName
{
border-color: #3B4E16;
}
</style>