Shades of Verdun Green #3B540B
Tints of Verdun Green #3B540B
RGB
CMYK
RGB Variations
Color information
#3B540B (or 0x3B540B) is known color: Verdun Green. HEX triplet: 3B, 54 and 0B. RGB value is (59,84,11). Sum of RGB (Red+Green+Blue) = 59+84+11=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #3B540B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B540B is #C4ABF4. Grayscale: #444444. Windows color (decimal): -12889077 or 742459. OLE color: 742459.
HSL color Cylindrical-coordinate representation of color #3B540B: hue angle of 80.55º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B540B is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 11 | - |
| CMYK | 0.30 | 0 | 0.87 | 0.67 |
| HSL | 80.55º | 0.77% | 0.19% | - |
| HSV(B) | 80.55º | 0.87% | 0.33% | - |
| XYZ | 5.03 | 7.29 | 1.46 | - |
| YUV | 68.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 11 | 0.30 | 0 | 0.87 | 0.67 | 80.55 | 0.77 | 0.19 |
| Hex | 3B | 54 | B | 1E | 0 | 57 | 43 | 51 | 4D | 13 |
| Octal | 73 | 124 | 13 | 36 | 0 | 127 | 103 | 121 | 115 | 23 |
| Binary | 111011 | 1010100 | 1011 | 11110 | 0 | 1010111 | 1000011 | 1010001 | 1001101 | 10011 |
Color Harmonies of #3B540B
Complementary color
Monochromatic Colors of #3B540B
Black with #3B540B
Text Example
Text Example
White with #3B540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B540B; }
p { color: rgb(59,84,11); }
H1.HeaderClassName
{
color: #3B540B;
}
.AnyTagClassName
{
color: #3B540B;
}
</style>
background-color css
<style>
a { background-color: #3B540B; }
a { background-color: rgb(59,84,11); }
div.DivClassName
{
background-color: #3B540B;
}
.BgClassName
{
background-color: #3B540B;
}
</style>
border-color css
<style>
span { border-color: #3B540B; }
span { border-color: rgb(59,84,11); }
td.TdClassName
{
border-color: #3B540B;
}
.TagClassName
{
border-color: #3B540B;
}
</style>