Shades of Verdun Green #3B6005
Tints of Verdun Green #3B6005
RGB
CMYK
RGB Variations
Color information
#3B6005 (or 0x3B6005) is known color: Verdun Green. HEX triplet: 3B, 60 and 05. RGB value is (59,96,5). Sum of RGB (Red+Green+Blue) = 59+96+5=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 96 (37.89% from 255 or 60% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 96 - color contains mainly: green. Hex color #3B6005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6005 is #C49FFA. Grayscale: #4A4A4A. Windows color (decimal): -12886011 or 352315. OLE color: 352315.
HSL color Cylindrical-coordinate representation of color #3B6005: hue angle of 84.4º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B6005 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 96 | 5 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.62 |
| HSL | 84.4º | 0.9% | 0.2% | - |
| HSV(B) | 84.4º | 0.95% | 0.38% | - |
| XYZ | 6.01 | 9.31 | 1.62 | - |
| YUV | 74.56 | 88.74 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 96 | 5 | 0.39 | 0 | 0.95 | 0.62 | 84.4 | 0.9 | 0.2 |
| Hex | 3B | 60 | 5 | 27 | 0 | 5F | 3E | 54 | 5A | 14 |
| Octal | 73 | 140 | 5 | 47 | 0 | 137 | 76 | 124 | 132 | 24 |
| Binary | 111011 | 1100000 | 101 | 100111 | 0 | 1011111 | 111110 | 1010100 | 1011010 | 10100 |
Color Harmonies of #3B6005
Complementary color
Monochromatic Colors of #3B6005
Black with #3B6005
Text Example
Text Example
White with #3B6005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6005; }
p { color: rgb(59,96,5); }
H1.HeaderClassName
{
color: #3B6005;
}
.AnyTagClassName
{
color: #3B6005;
}
</style>
background-color css
<style>
a { background-color: #3B6005; }
a { background-color: rgb(59,96,5); }
div.DivClassName
{
background-color: #3B6005;
}
.BgClassName
{
background-color: #3B6005;
}
</style>
border-color css
<style>
span { border-color: #3B6005; }
span { border-color: rgb(59,96,5); }
td.TdClassName
{
border-color: #3B6005;
}
.TagClassName
{
border-color: #3B6005;
}
</style>