Shades of Verdun Green #3B6600
Tints of Verdun Green #3B6600
RGB
CMYK
RGB Variations
Color information
#3B6600 (or 0x3B6600) is known color: Verdun Green. HEX triplet: 3B, 66 and 00. RGB value is (59,102,0). Sum of RGB (Red+Green+Blue) = 59+102+0=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6600 is #C499FF. Grayscale: #4D4D4D. Windows color (decimal): -12884480 or 26171. OLE color: 26171.
HSL color Cylindrical-coordinate representation of color #3B6600: hue angle of 85.29º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B6600 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.6 |
| HSL | 85.29º | 1% | 0.2% | - |
| HSV(B) | 85.29º | 1% | 0.4% | - |
| XYZ | 6.56 | 10.43 | 1.67 | - |
| YUV | 77.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 0 | 0.42 | 0 | 1 | 0.6 | 85.29 | 1 | 0.2 |
| Hex | 3B | 66 | 0 | 2A | 0 | 64 | 3C | 55 | 64 | 14 |
| Octal | 73 | 146 | 0 | 52 | 0 | 144 | 74 | 125 | 144 | 24 |
| Binary | 111011 | 1100110 | 0 | 101010 | 0 | 1100100 | 111100 | 1010101 | 1100100 | 10100 |
Color Harmonies of #3B6600
Complementary color
Monochromatic Colors of #3B6600
Black with #3B6600
Text Example
Text Example
White with #3B6600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6600; }
p { color: rgb(59,102,0); }
H1.HeaderClassName
{
color: #3B6600;
}
.AnyTagClassName
{
color: #3B6600;
}
</style>
background-color css
<style>
a { background-color: #3B6600; }
a { background-color: rgb(59,102,0); }
div.DivClassName
{
background-color: #3B6600;
}
.BgClassName
{
background-color: #3B6600;
}
</style>
border-color css
<style>
span { border-color: #3B6600; }
span { border-color: rgb(59,102,0); }
td.TdClassName
{
border-color: #3B6600;
}
.TagClassName
{
border-color: #3B6600;
}
</style>