Shades of Verdun Green #3B5014
Tints of Verdun Green #3B5014
RGB
CMYK
RGB Variations
Color information
#3B5014 (or 0x3B5014) is known color: Verdun Green. HEX triplet: 3B, 50 and 14. RGB value is (59,80,20). Sum of RGB (Red+Green+Blue) = 59+80+20=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5014 is #C4AFEB. Grayscale: #434343. Windows color (decimal): -12890092 or 1331259. OLE color: 1331259.
HSL color Cylindrical-coordinate representation of color #3B5014: hue angle of 81º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B5014 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 80 | 20 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.69 |
| HSL | 81º | 0.6% | 0.2% | - |
| HSV(B) | 81º | 0.75% | 0.31% | - |
| XYZ | 4.8 | 6.72 | 1.71 | - |
| YUV | 66.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 80 | 20 | 0.26 | 0 | 0.75 | 0.69 | 81 | 0.6 | 0.2 |
| Hex | 3B | 50 | 14 | 1A | 0 | 4B | 45 | 51 | 3C | 14 |
| Octal | 73 | 120 | 24 | 32 | 0 | 113 | 105 | 121 | 74 | 24 |
| Binary | 111011 | 1010000 | 10100 | 11010 | 0 | 1001011 | 1000101 | 1010001 | 111100 | 10100 |
Color Harmonies of #3B5014
Complementary color
Monochromatic Colors of #3B5014
Black with #3B5014
Text Example
Text Example
White with #3B5014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5014; }
p { color: rgb(59,80,20); }
H1.HeaderClassName
{
color: #3B5014;
}
.AnyTagClassName
{
color: #3B5014;
}
</style>
background-color css
<style>
a { background-color: #3B5014; }
a { background-color: rgb(59,80,20); }
div.DivClassName
{
background-color: #3B5014;
}
.BgClassName
{
background-color: #3B5014;
}
</style>
border-color css
<style>
span { border-color: #3B5014; }
span { border-color: rgb(59,80,20); }
td.TdClassName
{
border-color: #3B5014;
}
.TagClassName
{
border-color: #3B5014;
}
</style>