Shades of Verdun Green #355511
Tints of Verdun Green #355511
RGB
CMYK
RGB Variations
Color information
#355511 (or 0x355511) is known color: Verdun Green. HEX triplet: 35, 55 and 11. RGB value is (53,85,17). Sum of RGB (Red+Green+Blue) = 53+85+17=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 17 (7.03% from 255 or 10.97% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #355511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355511 is #CAAAEE. Grayscale: #434343. Windows color (decimal): -13282031 or 1135925. OLE color: 1135925.
HSL color Cylindrical-coordinate representation of color #355511: hue angle of 88.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355511 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 85 | 17 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.67 |
| HSL | 88.24º | 0.67% | 0.2% | - |
| HSV(B) | 88.24º | 0.8% | 0.33% | - |
| XYZ | 4.82 | 7.29 | 1.68 | - |
| YUV | 67.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 85 | 17 | 0.38 | 0 | 0.80 | 0.67 | 88.24 | 0.67 | 0.2 |
| Hex | 35 | 55 | 11 | 26 | 0 | 50 | 43 | 58 | 43 | 14 |
| Octal | 65 | 125 | 21 | 46 | 0 | 120 | 103 | 130 | 103 | 24 |
| Binary | 110101 | 1010101 | 10001 | 100110 | 0 | 1010000 | 1000011 | 1011000 | 1000011 | 10100 |
Color Harmonies of #355511
Complementary color
Monochromatic Colors of #355511
Black with #355511
Text Example
Text Example
White with #355511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355511; }
p { color: rgb(53,85,17); }
H1.HeaderClassName
{
color: #355511;
}
.AnyTagClassName
{
color: #355511;
}
</style>
background-color css
<style>
a { background-color: #355511; }
a { background-color: rgb(53,85,17); }
div.DivClassName
{
background-color: #355511;
}
.BgClassName
{
background-color: #355511;
}
</style>
border-color css
<style>
span { border-color: #355511; }
span { border-color: rgb(53,85,17); }
td.TdClassName
{
border-color: #355511;
}
.TagClassName
{
border-color: #355511;
}
</style>