Shades of Verdun Green #3B4800
Tints of Verdun Green #3B4800
RGB
CMYK
RGB Variations
Color information
#3B4800 (or 0x3B4800) is known color: Verdun Green. HEX triplet: 3B, 48 and 00. RGB value is (59,72,0). Sum of RGB (Red+Green+Blue) = 59+72+0=131 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.04% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #3B4800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4800 is #C4B7FF. Grayscale: #3C3C3C. Windows color (decimal): -12892160 or 18491. OLE color: 18491.
HSL color Cylindrical-coordinate representation of color #3B4800: hue angle of 70.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B4800 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 72 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.72 |
| HSL | 70.83º | 1% | 0.14% | - |
| HSV(B) | 70.83º | 1% | 0.28% | - |
| XYZ | 4.12 | 5.56 | 0.86 | - |
| YUV | 59.91 | 94.19 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 72 | 0 | 0.18 | 0 | 1 | 0.72 | 70.83 | 1 | 0.14 |
| Hex | 3B | 48 | 0 | 12 | 0 | 64 | 48 | 47 | 64 | E |
| Octal | 73 | 110 | 0 | 22 | 0 | 144 | 110 | 107 | 144 | 16 |
| Binary | 111011 | 1001000 | 0 | 10010 | 0 | 1100100 | 1001000 | 1000111 | 1100100 | 1110 |
Color Harmonies of #3B4800
Complementary color
Monochromatic Colors of #3B4800
Black with #3B4800
Text Example
Text Example
White with #3B4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4800; }
p { color: rgb(59,72,0); }
H1.HeaderClassName
{
color: #3B4800;
}
.AnyTagClassName
{
color: #3B4800;
}
</style>
background-color css
<style>
a { background-color: #3B4800; }
a { background-color: rgb(59,72,0); }
div.DivClassName
{
background-color: #3B4800;
}
.BgClassName
{
background-color: #3B4800;
}
</style>
border-color css
<style>
span { border-color: #3B4800; }
span { border-color: rgb(59,72,0); }
td.TdClassName
{
border-color: #3B4800;
}
.TagClassName
{
border-color: #3B4800;
}
</style>