Shades of Verdun Green #336009
Tints of Verdun Green #336009
RGB
CMYK
RGB Variations
Color information
#336009 (or 0x336009) is known color: Verdun Green. HEX triplet: 33, 60 and 09. RGB value is (51,96,9). Sum of RGB (Red+Green+Blue) = 51+96+9=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #336009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336009 is #CC9FF6. Grayscale: #484848. Windows color (decimal): -13410295 or 614451. OLE color: 614451.
HSL color Cylindrical-coordinate representation of color #336009: hue angle of 91.03º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #336009 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 96 | 9 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.62 |
| HSL | 91.03º | 0.83% | 0.21% | - |
| HSV(B) | 91.03º | 0.91% | 0.38% | - |
| XYZ | 5.6 | 9.09 | 1.72 | - |
| YUV | 72.63 | 92.09 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 96 | 9 | 0.47 | 0 | 0.91 | 0.62 | 91.03 | 0.83 | 0.21 |
| Hex | 33 | 60 | 9 | 2F | 0 | 5B | 3E | 5B | 53 | 15 |
| Octal | 63 | 140 | 11 | 57 | 0 | 133 | 76 | 133 | 123 | 25 |
| Binary | 110011 | 1100000 | 1001 | 101111 | 0 | 1011011 | 111110 | 1011011 | 1010011 | 10101 |
Color Harmonies of #336009
Complementary color
Monochromatic Colors of #336009
Black with #336009
Text Example
Text Example
White with #336009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336009; }
p { color: rgb(51,96,9); }
H1.HeaderClassName
{
color: #336009;
}
.AnyTagClassName
{
color: #336009;
}
</style>
background-color css
<style>
a { background-color: #336009; }
a { background-color: rgb(51,96,9); }
div.DivClassName
{
background-color: #336009;
}
.BgClassName
{
background-color: #336009;
}
</style>
border-color css
<style>
span { border-color: #336009; }
span { border-color: rgb(51,96,9); }
td.TdClassName
{
border-color: #336009;
}
.TagClassName
{
border-color: #336009;
}
</style>