Shades of Verdun Green #3B4D00
Tints of Verdun Green #3B4D00
RGB
CMYK
RGB Variations
Color information
#3B4D00 (or 0x3B4D00) is known color: Verdun Green. HEX triplet: 3B, 4D and 00. RGB value is (59,77,0). Sum of RGB (Red+Green+Blue) = 59+77+0=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B4D00 is #C4B2FF. Grayscale: #3F3F3F. Windows color (decimal): -12890880 or 19771. OLE color: 19771.
HSL color Cylindrical-coordinate representation of color #3B4D00: hue angle of 74.03º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B4D00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 77 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.70 |
| HSL | 74.03º | 1% | 0.15% | - |
| HSV(B) | 74.03º | 1% | 0.3% | - |
| XYZ | 4.46 | 6.24 | 0.97 | - |
| YUV | 62.84 | 92.54 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 77 | 0 | 0.23 | 0 | 1 | 0.70 | 74.03 | 1 | 0.15 |
| Hex | 3B | 4D | 0 | 17 | 0 | 64 | 46 | 4A | 64 | F |
| Octal | 73 | 115 | 0 | 27 | 0 | 144 | 106 | 112 | 144 | 17 |
| Binary | 111011 | 1001101 | 0 | 10111 | 0 | 1100100 | 1000110 | 1001010 | 1100100 | 1111 |
Color Harmonies of #3B4D00
Complementary color
Monochromatic Colors of #3B4D00
Black with #3B4D00
Text Example
Text Example
White with #3B4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4D00; }
p { color: rgb(59,77,0); }
H1.HeaderClassName
{
color: #3B4D00;
}
.AnyTagClassName
{
color: #3B4D00;
}
</style>
background-color css
<style>
a { background-color: #3B4D00; }
a { background-color: rgb(59,77,0); }
div.DivClassName
{
background-color: #3B4D00;
}
.BgClassName
{
background-color: #3B4D00;
}
</style>
border-color css
<style>
span { border-color: #3B4D00; }
span { border-color: rgb(59,77,0); }
td.TdClassName
{
border-color: #3B4D00;
}
.TagClassName
{
border-color: #3B4D00;
}
</style>