Shades of Verdun Green #355410
Tints of Verdun Green #355410
RGB
CMYK
RGB Variations
Color information
#355410 (or 0x355410) is known color: Verdun Green. HEX triplet: 35, 54 and 10. RGB value is (53,84,16). Sum of RGB (Red+Green+Blue) = 53+84+16=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 84 (33.20% from 255 or 54.90% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 84 - color contains mainly: green. Hex color #355410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355410 is #CAABEF. Grayscale: #434343. Windows color (decimal): -13282288 or 1070133. OLE color: 1070133.
HSL color Cylindrical-coordinate representation of color #355410: hue angle of 87.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #355410 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 16 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.67 |
| HSL | 87.35º | 0.68% | 0.2% | - |
| HSV(B) | 87.35º | 0.81% | 0.33% | - |
| XYZ | 4.73 | 7.13 | 1.62 | - |
| YUV | 66.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 16 | 0.37 | 0 | 0.81 | 0.67 | 87.35 | 0.68 | 0.2 |
| Hex | 35 | 54 | 10 | 25 | 0 | 51 | 43 | 57 | 44 | 14 |
| Octal | 65 | 124 | 20 | 45 | 0 | 121 | 103 | 127 | 104 | 24 |
| Binary | 110101 | 1010100 | 10000 | 100101 | 0 | 1010001 | 1000011 | 1010111 | 1000100 | 10100 |
Color Harmonies of #355410
Complementary color
Monochromatic Colors of #355410
Black with #355410
Text Example
Text Example
White with #355410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355410; }
p { color: rgb(53,84,16); }
H1.HeaderClassName
{
color: #355410;
}
.AnyTagClassName
{
color: #355410;
}
</style>
background-color css
<style>
a { background-color: #355410; }
a { background-color: rgb(53,84,16); }
div.DivClassName
{
background-color: #355410;
}
.BgClassName
{
background-color: #355410;
}
</style>
border-color css
<style>
span { border-color: #355410; }
span { border-color: rgb(53,84,16); }
td.TdClassName
{
border-color: #355410;
}
.TagClassName
{
border-color: #355410;
}
</style>