Shades of Verdun Green #3B5413
Tints of Verdun Green #3B5413
RGB
CMYK
RGB Variations
Color information
#3B5413 (or 0x3B5413) is known color: Verdun Green. HEX triplet: 3B, 54 and 13. RGB value is (59,84,19). Sum of RGB (Red+Green+Blue) = 59+84+19=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5413 is #C4ABEC. Grayscale: #454545. Windows color (decimal): -12889069 or 1266747. OLE color: 1266747.
HSL color Cylindrical-coordinate representation of color #3B5413: hue angle of 83.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B5413 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 19 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.67 |
| HSL | 83.08º | 0.63% | 0.2% | - |
| HSV(B) | 83.08º | 0.77% | 0.33% | - |
| XYZ | 5.09 | 7.32 | 1.76 | - |
| YUV | 69.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 19 | 0.30 | 0 | 0.77 | 0.67 | 83.08 | 0.63 | 0.2 |
| Hex | 3B | 54 | 13 | 1E | 0 | 4D | 43 | 53 | 3F | 14 |
| Octal | 73 | 124 | 23 | 36 | 0 | 115 | 103 | 123 | 77 | 24 |
| Binary | 111011 | 1010100 | 10011 | 11110 | 0 | 1001101 | 1000011 | 1010011 | 111111 | 10100 |
Color Harmonies of #3B5413
Complementary color
Monochromatic Colors of #3B5413
Black with #3B5413
Text Example
Text Example
White with #3B5413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5413; }
p { color: rgb(59,84,19); }
H1.HeaderClassName
{
color: #3B5413;
}
.AnyTagClassName
{
color: #3B5413;
}
</style>
background-color css
<style>
a { background-color: #3B5413; }
a { background-color: rgb(59,84,19); }
div.DivClassName
{
background-color: #3B5413;
}
.BgClassName
{
background-color: #3B5413;
}
</style>
border-color css
<style>
span { border-color: #3B5413; }
span { border-color: rgb(59,84,19); }
td.TdClassName
{
border-color: #3B5413;
}
.TagClassName
{
border-color: #3B5413;
}
</style>