Shades of Verdun Green #3B540C
Tints of Verdun Green #3B540C
RGB
CMYK
RGB Variations
Color information
#3B540C (or 0x3B540C) is known color: Verdun Green. HEX triplet: 3B, 54 and 0C. RGB value is (59,84,12). Sum of RGB (Red+Green+Blue) = 59+84+12=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #3B540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B540C is #C4ABF3. Grayscale: #444444. Windows color (decimal): -12889076 or 807995. OLE color: 807995.
HSL color Cylindrical-coordinate representation of color #3B540C: hue angle of 80.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B540C is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 12 | - |
| CMYK | 0.30 | 0 | 0.86 | 0.67 |
| HSL | 80.83º | 0.75% | 0.19% | - |
| HSV(B) | 80.83º | 0.86% | 0.33% | - |
| XYZ | 5.04 | 7.3 | 1.49 | - |
| YUV | 68.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 12 | 0.30 | 0 | 0.86 | 0.67 | 80.83 | 0.75 | 0.19 |
| Hex | 3B | 54 | C | 1E | 0 | 56 | 43 | 51 | 4B | 13 |
| Octal | 73 | 124 | 14 | 36 | 0 | 126 | 103 | 121 | 113 | 23 |
| Binary | 111011 | 1010100 | 1100 | 11110 | 0 | 1010110 | 1000011 | 1010001 | 1001011 | 10011 |
Color Harmonies of #3B540C
Complementary color
Monochromatic Colors of #3B540C
Black with #3B540C
Text Example
Text Example
White with #3B540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B540C; }
p { color: rgb(59,84,12); }
H1.HeaderClassName
{
color: #3B540C;
}
.AnyTagClassName
{
color: #3B540C;
}
</style>
background-color css
<style>
a { background-color: #3B540C; }
a { background-color: rgb(59,84,12); }
div.DivClassName
{
background-color: #3B540C;
}
.BgClassName
{
background-color: #3B540C;
}
</style>
border-color css
<style>
span { border-color: #3B540C; }
span { border-color: rgb(59,84,12); }
td.TdClassName
{
border-color: #3B540C;
}
.TagClassName
{
border-color: #3B540C;
}
</style>