Shades of Verdun Green #3B4C11
Tints of Verdun Green #3B4C11
RGB
CMYK
RGB Variations
Color information
#3B4C11 (or 0x3B4C11) is known color: Verdun Green. HEX triplet: 3B, 4C and 11. RGB value is (59,76,17). Sum of RGB (Red+Green+Blue) = 59+76+17=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4C11 is #C4B3EE. Grayscale: #404040. Windows color (decimal): -12891119 or 1133627. OLE color: 1133627.
HSL color Cylindrical-coordinate representation of color #3B4C11: hue angle of 77.29º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B4C11 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 76 | 17 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.70 |
| HSL | 77.29º | 0.63% | 0.18% | - |
| HSV(B) | 77.29º | 0.78% | 0.3% | - |
| XYZ | 4.49 | 6.14 | 1.48 | - |
| YUV | 64.19 | 101.37 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 76 | 17 | 0.22 | 0 | 0.78 | 0.70 | 77.29 | 0.63 | 0.18 |
| Hex | 3B | 4C | 11 | 16 | 0 | 4E | 46 | 4D | 3F | 12 |
| Octal | 73 | 114 | 21 | 26 | 0 | 116 | 106 | 115 | 77 | 22 |
| Binary | 111011 | 1001100 | 10001 | 10110 | 0 | 1001110 | 1000110 | 1001101 | 111111 | 10010 |
Color Harmonies of #3B4C11
Complementary color
Monochromatic Colors of #3B4C11
Black with #3B4C11
Text Example
Text Example
White with #3B4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4C11; }
p { color: rgb(59,76,17); }
H1.HeaderClassName
{
color: #3B4C11;
}
.AnyTagClassName
{
color: #3B4C11;
}
</style>
background-color css
<style>
a { background-color: #3B4C11; }
a { background-color: rgb(59,76,17); }
div.DivClassName
{
background-color: #3B4C11;
}
.BgClassName
{
background-color: #3B4C11;
}
</style>
border-color css
<style>
span { border-color: #3B4C11; }
span { border-color: rgb(59,76,17); }
td.TdClassName
{
border-color: #3B4C11;
}
.TagClassName
{
border-color: #3B4C11;
}
</style>