Shades of Verdun Green #336608
Tints of Verdun Green #336608
RGB
CMYK
RGB Variations
Color information
#336608 (or 0x336608) is known color: Verdun Green. HEX triplet: 33, 66 and 08. RGB value is (51,102,8). Sum of RGB (Red+Green+Blue) = 51+102+8=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 8 (3.52% from 255 or 4.97% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #336608 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336608 is #CC99F7. Grayscale: #4C4C4C. Windows color (decimal): -13408760 or 550451. OLE color: 550451.
HSL color Cylindrical-coordinate representation of color #336608: hue angle of 92.55º 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 #336608 is Cyan = 0.5, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 102 | 8 | - |
| CMYK | 0.5 | 0 | 0.92 | 0.6 |
| HSL | 92.55º | 0.85% | 0.22% | - |
| HSV(B) | 92.55º | 0.92% | 0.4% | - |
| XYZ | 6.16 | 10.22 | 1.88 | - |
| YUV | 76.04 | 89.6 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 102 | 8 | 0.5 | 0 | 0.92 | 0.6 | 92.55 | 0.85 | 0.22 |
| Hex | 33 | 66 | 8 | 32 | 0 | 5C | 3C | 5D | 55 | 16 |
| Octal | 63 | 146 | 10 | 62 | 0 | 134 | 74 | 135 | 125 | 26 |
| Binary | 110011 | 1100110 | 1000 | 110010 | 0 | 1011100 | 111100 | 1011101 | 1010101 | 10110 |
Color Harmonies of #336608
Complementary color
Monochromatic Colors of #336608
Black with #336608
Text Example
Text Example
White with #336608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336608; }
p { color: rgb(51,102,8); }
H1.HeaderClassName
{
color: #336608;
}
.AnyTagClassName
{
color: #336608;
}
</style>
background-color css
<style>
a { background-color: #336608; }
a { background-color: rgb(51,102,8); }
div.DivClassName
{
background-color: #336608;
}
.BgClassName
{
background-color: #336608;
}
</style>
border-color css
<style>
span { border-color: #336608; }
span { border-color: rgb(51,102,8); }
td.TdClassName
{
border-color: #336608;
}
.TagClassName
{
border-color: #336608;
}
</style>