Shades of Verdun Green #3B5406
Tints of Verdun Green #3B5406
RGB
CMYK
RGB Variations
Color information
#3B5406 (or 0x3B5406) is known color: Verdun Green. HEX triplet: 3B, 54 and 06. RGB value is (59,84,6). Sum of RGB (Red+Green+Blue) = 59+84+6=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5406 is #C4ABF9. Grayscale: #434343. Windows color (decimal): -12889082 or 414779. OLE color: 414779.
HSL color Cylindrical-coordinate representation of color #3B5406: hue angle of 79.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B5406 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 84 | 6 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.67 |
| HSL | 79.23º | 0.87% | 0.18% | - |
| HSV(B) | 79.23º | 0.93% | 0.33% | - |
| XYZ | 5.01 | 7.28 | 1.31 | - |
| YUV | 67.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 84 | 6 | 0.30 | 0 | 0.93 | 0.67 | 79.23 | 0.87 | 0.18 |
| Hex | 3B | 54 | 6 | 1E | 0 | 5D | 43 | 4F | 57 | 12 |
| Octal | 73 | 124 | 6 | 36 | 0 | 135 | 103 | 117 | 127 | 22 |
| Binary | 111011 | 1010100 | 110 | 11110 | 0 | 1011101 | 1000011 | 1001111 | 1010111 | 10010 |
Color Harmonies of #3B5406
Complementary color
Monochromatic Colors of #3B5406
Black with #3B5406
Text Example
Text Example
White with #3B5406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5406; }
p { color: rgb(59,84,6); }
H1.HeaderClassName
{
color: #3B5406;
}
.AnyTagClassName
{
color: #3B5406;
}
</style>
background-color css
<style>
a { background-color: #3B5406; }
a { background-color: rgb(59,84,6); }
div.DivClassName
{
background-color: #3B5406;
}
.BgClassName
{
background-color: #3B5406;
}
</style>
border-color css
<style>
span { border-color: #3B5406; }
span { border-color: rgb(59,84,6); }
td.TdClassName
{
border-color: #3B5406;
}
.TagClassName
{
border-color: #3B5406;
}
</style>