Shades of Verdun Green #3B5707
Tints of Verdun Green #3B5707
RGB
CMYK
RGB Variations
Color information
#3B5707 (or 0x3B5707) is known color: Verdun Green. HEX triplet: 3B, 57 and 07. RGB value is (59,87,7). Sum of RGB (Red+Green+Blue) = 59+87+7=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #3B5707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5707 is #C4A8F8. Grayscale: #454545. Windows color (decimal): -12888313 or 481083. OLE color: 481083.
HSL color Cylindrical-coordinate representation of color #3B5707: hue angle of 81º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B5707 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 87 | 7 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.66 |
| HSL | 81º | 0.85% | 0.18% | - |
| HSV(B) | 81º | 0.92% | 0.34% | - |
| XYZ | 5.25 | 7.76 | 1.42 | - |
| YUV | 69.51 | 92.72 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 7 | 0.32 | 0 | 0.92 | 0.66 | 81 | 0.85 | 0.18 |
| Hex | 3B | 57 | 7 | 20 | 0 | 5C | 42 | 51 | 55 | 12 |
| Octal | 73 | 127 | 7 | 40 | 0 | 134 | 102 | 121 | 125 | 22 |
| Binary | 111011 | 1010111 | 111 | 100000 | 0 | 1011100 | 1000010 | 1010001 | 1010101 | 10010 |
Color Harmonies of #3B5707
Complementary color
Monochromatic Colors of #3B5707
Black with #3B5707
Text Example
Text Example
White with #3B5707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5707; }
p { color: rgb(59,87,7); }
H1.HeaderClassName
{
color: #3B5707;
}
.AnyTagClassName
{
color: #3B5707;
}
</style>
background-color css
<style>
a { background-color: #3B5707; }
a { background-color: rgb(59,87,7); }
div.DivClassName
{
background-color: #3B5707;
}
.BgClassName
{
background-color: #3B5707;
}
</style>
border-color css
<style>
span { border-color: #3B5707; }
span { border-color: rgb(59,87,7); }
td.TdClassName
{
border-color: #3B5707;
}
.TagClassName
{
border-color: #3B5707;
}
</style>