Shades of Verdun Green #3B6113
Tints of Verdun Green #3B6113
RGB
CMYK
RGB Variations
Color information
#3B6113 (or 0x3B6113) is known color: Verdun Green. HEX triplet: 3B, 61 and 13. RGB value is (59,97,19). Sum of RGB (Red+Green+Blue) = 59+97+19=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 97 (38.28% from 255 or 55.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 97 - color contains mainly: green. Hex color #3B6113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6113 is #C49EEC. Grayscale: #4D4D4D. Windows color (decimal): -12885741 or 1270075. OLE color: 1270075.
HSL color Cylindrical-coordinate representation of color #3B6113: hue angle of 89.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B6113 is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 97 | 19 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.62 |
| HSL | 89.23º | 0.67% | 0.23% | - |
| HSV(B) | 89.23º | 0.8% | 0.38% | - |
| XYZ | 6.2 | 9.53 | 2.13 | - |
| YUV | 76.75 | 95.41 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 97 | 19 | 0.39 | 0 | 0.80 | 0.62 | 89.23 | 0.67 | 0.23 |
| Hex | 3B | 61 | 13 | 27 | 0 | 50 | 3E | 59 | 43 | 17 |
| Octal | 73 | 141 | 23 | 47 | 0 | 120 | 76 | 131 | 103 | 27 |
| Binary | 111011 | 1100001 | 10011 | 100111 | 0 | 1010000 | 111110 | 1011001 | 1000011 | 10111 |
Color Harmonies of #3B6113
Complementary color
Monochromatic Colors of #3B6113
Black with #3B6113
Text Example
Text Example
White with #3B6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6113; }
p { color: rgb(59,97,19); }
H1.HeaderClassName
{
color: #3B6113;
}
.AnyTagClassName
{
color: #3B6113;
}
</style>
background-color css
<style>
a { background-color: #3B6113; }
a { background-color: rgb(59,97,19); }
div.DivClassName
{
background-color: #3B6113;
}
.BgClassName
{
background-color: #3B6113;
}
</style>
border-color css
<style>
span { border-color: #3B6113; }
span { border-color: rgb(59,97,19); }
td.TdClassName
{
border-color: #3B6113;
}
.TagClassName
{
border-color: #3B6113;
}
</style>