Shades of Verdun Green #3B5915
Tints of Verdun Green #3B5915
RGB
CMYK
RGB Variations
Color information
#3B5915 (or 0x3B5915) is known color: Verdun Green. HEX triplet: 3B, 59 and 15. RGB value is (59,89,21). Sum of RGB (Red+Green+Blue) = 59+89+21=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 89 (35.16% from 255 or 52.66% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 89 - color contains mainly: green. Hex color #3B5915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5915 is #C4A6EA. Grayscale: #484848. Windows color (decimal): -12887787 or 1399099. OLE color: 1399099.
HSL color Cylindrical-coordinate representation of color #3B5915: hue angle of 86.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B5915 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 89 | 21 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.65 |
| HSL | 86.47º | 0.62% | 0.22% | - |
| HSV(B) | 86.47º | 0.76% | 0.35% | - |
| XYZ | 5.51 | 8.13 | 1.99 | - |
| YUV | 72.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 89 | 21 | 0.34 | 0 | 0.76 | 0.65 | 86.47 | 0.62 | 0.22 |
| Hex | 3B | 59 | 15 | 22 | 0 | 4C | 41 | 56 | 3E | 16 |
| Octal | 73 | 131 | 25 | 42 | 0 | 114 | 101 | 126 | 76 | 26 |
| Binary | 111011 | 1011001 | 10101 | 100010 | 0 | 1001100 | 1000001 | 1010110 | 111110 | 10110 |
Color Harmonies of #3B5915
Complementary color
Monochromatic Colors of #3B5915
Black with #3B5915
Text Example
Text Example
White with #3B5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5915; }
p { color: rgb(59,89,21); }
H1.HeaderClassName
{
color: #3B5915;
}
.AnyTagClassName
{
color: #3B5915;
}
</style>
background-color css
<style>
a { background-color: #3B5915; }
a { background-color: rgb(59,89,21); }
div.DivClassName
{
background-color: #3B5915;
}
.BgClassName
{
background-color: #3B5915;
}
</style>
border-color css
<style>
span { border-color: #3B5915; }
span { border-color: rgb(59,89,21); }
td.TdClassName
{
border-color: #3B5915;
}
.TagClassName
{
border-color: #3B5915;
}
</style>