Shades of Verdun Green #3B510B
Tints of Verdun Green #3B510B
RGB
CMYK
RGB Variations
Color information
#3B510B (or 0x3B510B) is known color: Verdun Green. HEX triplet: 3B, 51 and 0B. RGB value is (59,81,11). Sum of RGB (Red+Green+Blue) = 59+81+11=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 81 (32.03% from 255 or 53.64% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 81 - color contains mainly: green. Hex color #3B510B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B510B is #C4AEF4. Grayscale: #424242. Windows color (decimal): -12889845 or 741691. OLE color: 741691.
HSL color Cylindrical-coordinate representation of color #3B510B: hue angle of 78.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B510B is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 59 | 81 | 11 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.68 |
| HSL | 78.86º | 0.76% | 0.18% | - |
| HSV(B) | 78.86º | 0.86% | 0.32% | - |
| XYZ | 4.81 | 6.84 | 1.38 | - |
| YUV | 66.44 | 96.71 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 81 | 11 | 0.27 | 0 | 0.86 | 0.68 | 78.86 | 0.76 | 0.18 |
| Hex | 3B | 51 | B | 1B | 0 | 56 | 44 | 4F | 4C | 12 |
| Octal | 73 | 121 | 13 | 33 | 0 | 126 | 104 | 117 | 114 | 22 |
| Binary | 111011 | 1010001 | 1011 | 11011 | 0 | 1010110 | 1000100 | 1001111 | 1001100 | 10010 |
Color Harmonies of #3B510B
Complementary color
Monochromatic Colors of #3B510B
Black with #3B510B
Text Example
Text Example
White with #3B510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B510B; }
p { color: rgb(59,81,11); }
H1.HeaderClassName
{
color: #3B510B;
}
.AnyTagClassName
{
color: #3B510B;
}
</style>
background-color css
<style>
a { background-color: #3B510B; }
a { background-color: rgb(59,81,11); }
div.DivClassName
{
background-color: #3B510B;
}
.BgClassName
{
background-color: #3B510B;
}
</style>
border-color css
<style>
span { border-color: #3B510B; }
span { border-color: rgb(59,81,11); }
td.TdClassName
{
border-color: #3B510B;
}
.TagClassName
{
border-color: #3B510B;
}
</style>