Shades of Verdun Green #335409
Tints of Verdun Green #335409
RGB
CMYK
RGB Variations
Color information
#335409 (or 0x335409) is known color: Verdun Green. HEX triplet: 33, 54 and 09. RGB value is (51,84,9). Sum of RGB (Red+Green+Blue) = 51+84+9=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #335409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335409 is #CCABF6. Grayscale: #414141. Windows color (decimal): -13413367 or 611379. OLE color: 611379.
HSL color Cylindrical-coordinate representation of color #335409: hue angle of 86.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #335409 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 84 | 9 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.67 |
| HSL | 86.4º | 0.81% | 0.18% | - |
| HSV(B) | 86.4º | 0.89% | 0.33% | - |
| XYZ | 4.58 | 7.06 | 1.38 | - |
| YUV | 65.58 | 96.07 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 84 | 9 | 0.39 | 0 | 0.89 | 0.67 | 86.4 | 0.81 | 0.18 |
| Hex | 33 | 54 | 9 | 27 | 0 | 59 | 43 | 56 | 51 | 12 |
| Octal | 63 | 124 | 11 | 47 | 0 | 131 | 103 | 126 | 121 | 22 |
| Binary | 110011 | 1010100 | 1001 | 100111 | 0 | 1011001 | 1000011 | 1010110 | 1010001 | 10010 |
Color Harmonies of #335409
Complementary color
Monochromatic Colors of #335409
Black with #335409
Text Example
Text Example
White with #335409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335409; }
p { color: rgb(51,84,9); }
H1.HeaderClassName
{
color: #335409;
}
.AnyTagClassName
{
color: #335409;
}
</style>
background-color css
<style>
a { background-color: #335409; }
a { background-color: rgb(51,84,9); }
div.DivClassName
{
background-color: #335409;
}
.BgClassName
{
background-color: #335409;
}
</style>
border-color css
<style>
span { border-color: #335409; }
span { border-color: rgb(51,84,9); }
td.TdClassName
{
border-color: #335409;
}
.TagClassName
{
border-color: #335409;
}
</style>