Shades of Verdun Green #335905
Tints of Verdun Green #335905
RGB
CMYK
RGB Variations
Color information
#335905 (or 0x335905) is known color: Verdun Green. HEX triplet: 33, 59 and 05. RGB value is (51,89,5). Sum of RGB (Red+Green+Blue) = 51+89+5=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #335905 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335905 is #CCA6FA. Grayscale: #444444. Windows color (decimal): -13412091 or 350515. OLE color: 350515.
HSL color Cylindrical-coordinate representation of color #335905: hue angle of 87.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335905 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 51 | 89 | 5 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.65 |
| HSL | 87.14º | 0.89% | 0.18% | - |
| HSV(B) | 87.14º | 0.94% | 0.35% | - |
| XYZ | 4.97 | 7.86 | 1.4 | - |
| YUV | 68.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 89 | 5 | 0.43 | 0 | 0.94 | 0.65 | 87.14 | 0.89 | 0.18 |
| Hex | 33 | 59 | 5 | 2B | 0 | 5E | 41 | 57 | 59 | 12 |
| Octal | 63 | 131 | 5 | 53 | 0 | 136 | 101 | 127 | 131 | 22 |
| Binary | 110011 | 1011001 | 101 | 101011 | 0 | 1011110 | 1000001 | 1010111 | 1011001 | 10010 |
Color Harmonies of #335905
Complementary color
Monochromatic Colors of #335905
Black with #335905
Text Example
Text Example
White with #335905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335905; }
p { color: rgb(51,89,5); }
H1.HeaderClassName
{
color: #335905;
}
.AnyTagClassName
{
color: #335905;
}
</style>
background-color css
<style>
a { background-color: #335905; }
a { background-color: rgb(51,89,5); }
div.DivClassName
{
background-color: #335905;
}
.BgClassName
{
background-color: #335905;
}
</style>
border-color css
<style>
span { border-color: #335905; }
span { border-color: rgb(51,89,5); }
td.TdClassName
{
border-color: #335905;
}
.TagClassName
{
border-color: #335905;
}
</style>