Shades of Verdun Green #3B4C05
Tints of Verdun Green #3B4C05
RGB
CMYK
RGB Variations
Color information
#3B4C05 (or 0x3B4C05) is known color: Verdun Green. HEX triplet: 3B, 4C and 05. RGB value is (59,76,5). Sum of RGB (Red+Green+Blue) = 59+76+5=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4C05 is #C4B3FA. Grayscale: #3F3F3F. Windows color (decimal): -12891131 or 347195. OLE color: 347195.
HSL color Cylindrical-coordinate representation of color #3B4C05: hue angle of 74.37º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B4C05 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 76 | 5 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.70 |
| HSL | 74.37º | 0.88% | 0.16% | - |
| HSV(B) | 74.37º | 0.93% | 0.3% | - |
| XYZ | 4.42 | 6.11 | 1.09 | - |
| YUV | 62.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 76 | 5 | 0.22 | 0 | 0.93 | 0.70 | 74.37 | 0.88 | 0.16 |
| Hex | 3B | 4C | 5 | 16 | 0 | 5D | 46 | 4A | 58 | 10 |
| Octal | 73 | 114 | 5 | 26 | 0 | 135 | 106 | 112 | 130 | 20 |
| Binary | 111011 | 1001100 | 101 | 10110 | 0 | 1011101 | 1000110 | 1001010 | 1011000 | 10000 |
Color Harmonies of #3B4C05
Complementary color
Monochromatic Colors of #3B4C05
Black with #3B4C05
Text Example
Text Example
White with #3B4C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4C05; }
p { color: rgb(59,76,5); }
H1.HeaderClassName
{
color: #3B4C05;
}
.AnyTagClassName
{
color: #3B4C05;
}
</style>
background-color css
<style>
a { background-color: #3B4C05; }
a { background-color: rgb(59,76,5); }
div.DivClassName
{
background-color: #3B4C05;
}
.BgClassName
{
background-color: #3B4C05;
}
</style>
border-color css
<style>
span { border-color: #3B4C05; }
span { border-color: rgb(59,76,5); }
td.TdClassName
{
border-color: #3B4C05;
}
.TagClassName
{
border-color: #3B4C05;
}
</style>