Shades of Verdun Green #3B4C10
Tints of Verdun Green #3B4C10
RGB
CMYK
RGB Variations
Color information
#3B4C10 (or 0x3B4C10) is known color: Verdun Green. HEX triplet: 3B, 4C and 10. RGB value is (59,76,16). Sum of RGB (Red+Green+Blue) = 59+76+16=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4C10 is #C4B3EF. Grayscale: #404040. Windows color (decimal): -12891120 or 1068091. OLE color: 1068091.
HSL color Cylindrical-coordinate representation of color #3B4C10: hue angle of 77º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B4C10 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 76 | 16 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.70 |
| HSL | 77º | 0.65% | 0.18% | - |
| HSV(B) | 77º | 0.79% | 0.3% | - |
| XYZ | 4.48 | 6.14 | 1.44 | - |
| YUV | 64.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 76 | 16 | 0.22 | 0 | 0.79 | 0.70 | 77 | 0.65 | 0.18 |
| Hex | 3B | 4C | 10 | 16 | 0 | 4F | 46 | 4D | 41 | 12 |
| Octal | 73 | 114 | 20 | 26 | 0 | 117 | 106 | 115 | 101 | 22 |
| Binary | 111011 | 1001100 | 10000 | 10110 | 0 | 1001111 | 1000110 | 1001101 | 1000001 | 10010 |
Color Harmonies of #3B4C10
Complementary color
Monochromatic Colors of #3B4C10
Black with #3B4C10
Text Example
Text Example
White with #3B4C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4C10; }
p { color: rgb(59,76,16); }
H1.HeaderClassName
{
color: #3B4C10;
}
.AnyTagClassName
{
color: #3B4C10;
}
</style>
background-color css
<style>
a { background-color: #3B4C10; }
a { background-color: rgb(59,76,16); }
div.DivClassName
{
background-color: #3B4C10;
}
.BgClassName
{
background-color: #3B4C10;
}
</style>
border-color css
<style>
span { border-color: #3B4C10; }
span { border-color: rgb(59,76,16); }
td.TdClassName
{
border-color: #3B4C10;
}
.TagClassName
{
border-color: #3B4C10;
}
</style>