Shades of Verdun Green #3B6608
Tints of Verdun Green #3B6608
RGB
CMYK
RGB Variations
Color information
#3B6608 (or 0x3B6608) is known color: Verdun Green. HEX triplet: 3B, 66 and 08. RGB value is (59,102,8). Sum of RGB (Red+Green+Blue) = 59+102+8=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 102 (40.23% from 255 or 60.36% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 102 - color contains mainly: green. Hex color #3B6608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6608 is #C499F7. Grayscale: #4E4E4E. Windows color (decimal): -12884472 or 550459. OLE color: 550459.
HSL color Cylindrical-coordinate representation of color #3B6608: hue angle of 87.45º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B6608 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 59 | 102 | 8 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.6 |
| HSL | 87.45º | 0.85% | 0.22% | - |
| HSV(B) | 87.45º | 0.92% | 0.4% | - |
| XYZ | 6.6 | 10.45 | 1.9 | - |
| YUV | 78.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 8 | 0.42 | 0 | 0.92 | 0.6 | 87.45 | 0.85 | 0.22 |
| Hex | 3B | 66 | 8 | 2A | 0 | 5C | 3C | 57 | 55 | 16 |
| Octal | 73 | 146 | 10 | 52 | 0 | 134 | 74 | 127 | 125 | 26 |
| Binary | 111011 | 1100110 | 1000 | 101010 | 0 | 1011100 | 111100 | 1010111 | 1010101 | 10110 |
Color Harmonies of #3B6608
Complementary color
Monochromatic Colors of #3B6608
Black with #3B6608
Text Example
Text Example
White with #3B6608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6608; }
p { color: rgb(59,102,8); }
H1.HeaderClassName
{
color: #3B6608;
}
.AnyTagClassName
{
color: #3B6608;
}
</style>
background-color css
<style>
a { background-color: #3B6608; }
a { background-color: rgb(59,102,8); }
div.DivClassName
{
background-color: #3B6608;
}
.BgClassName
{
background-color: #3B6608;
}
</style>
border-color css
<style>
span { border-color: #3B6608; }
span { border-color: rgb(59,102,8); }
td.TdClassName
{
border-color: #3B6608;
}
.TagClassName
{
border-color: #3B6608;
}
</style>