Shades of Verdun Green #335505
Tints of Verdun Green #335505
RGB
CMYK
RGB Variations
Color information
#335505 (or 0x335505) is known color: Verdun Green. HEX triplet: 33, 55 and 05. RGB value is (51,85,5). Sum of RGB (Red+Green+Blue) = 51+85+5=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #335505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #335505 is #CCAAFA. Grayscale: #424242. Windows color (decimal): -13413115 or 349491. OLE color: 349491.
HSL color Cylindrical-coordinate representation of color #335505: hue angle of 85.5º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #335505 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 51 | 85 | 5 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.67 |
| HSL | 85.5º | 0.89% | 0.18% | - |
| HSV(B) | 85.5º | 0.94% | 0.33% | - |
| XYZ | 4.64 | 7.21 | 1.29 | - |
| YUV | 65.71 | 93.74 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 85 | 5 | 0.40 | 0 | 0.94 | 0.67 | 85.5 | 0.89 | 0.18 |
| Hex | 33 | 55 | 5 | 28 | 0 | 5E | 43 | 56 | 59 | 12 |
| Octal | 63 | 125 | 5 | 50 | 0 | 136 | 103 | 126 | 131 | 22 |
| Binary | 110011 | 1010101 | 101 | 101000 | 0 | 1011110 | 1000011 | 1010110 | 1011001 | 10010 |
Color Harmonies of #335505
Complementary color
Monochromatic Colors of #335505
Black with #335505
Text Example
Text Example
White with #335505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335505; }
p { color: rgb(51,85,5); }
H1.HeaderClassName
{
color: #335505;
}
.AnyTagClassName
{
color: #335505;
}
</style>
background-color css
<style>
a { background-color: #335505; }
a { background-color: rgb(51,85,5); }
div.DivClassName
{
background-color: #335505;
}
.BgClassName
{
background-color: #335505;
}
</style>
border-color css
<style>
span { border-color: #335505; }
span { border-color: rgb(51,85,5); }
td.TdClassName
{
border-color: #335505;
}
.TagClassName
{
border-color: #335505;
}
</style>