Shades of Verdun Green #335909
Tints of Verdun Green #335909
RGB
CMYK
RGB Variations
Color information
#335909 (or 0x335909) is known color: Verdun Green. HEX triplet: 33, 59 and 09. RGB value is (51,89,9). Sum of RGB (Red+Green+Blue) = 51+89+9=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #335909 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335909 is #CCA6F6. Grayscale: #444444. Windows color (decimal): -13412087 or 612659. OLE color: 612659.
HSL color Cylindrical-coordinate representation of color #335909: hue angle of 88.5º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #335909 is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 89 | 9 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.65 |
| HSL | 88.5º | 0.82% | 0.19% | - |
| HSV(B) | 88.5º | 0.9% | 0.35% | - |
| XYZ | 4.99 | 7.87 | 1.51 | - |
| YUV | 68.52 | 94.41 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 9 | 0.43 | 0 | 0.90 | 0.65 | 88.5 | 0.82 | 0.19 |
| Hex | 33 | 59 | 9 | 2B | 0 | 5A | 41 | 58 | 52 | 13 |
| Octal | 63 | 131 | 11 | 53 | 0 | 132 | 101 | 130 | 122 | 23 |
| Binary | 110011 | 1011001 | 1001 | 101011 | 0 | 1011010 | 1000001 | 1011000 | 1010010 | 10011 |
Color Harmonies of #335909
Complementary color
Monochromatic Colors of #335909
Black with #335909
Text Example
Text Example
White with #335909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335909; }
p { color: rgb(51,89,9); }
H1.HeaderClassName
{
color: #335909;
}
.AnyTagClassName
{
color: #335909;
}
</style>
background-color css
<style>
a { background-color: #335909; }
a { background-color: rgb(51,89,9); }
div.DivClassName
{
background-color: #335909;
}
.BgClassName
{
background-color: #335909;
}
</style>
border-color css
<style>
span { border-color: #335909; }
span { border-color: rgb(51,89,9); }
td.TdClassName
{
border-color: #335909;
}
.TagClassName
{
border-color: #335909;
}
</style>