Shades of Verdun Green #355409
Tints of Verdun Green #355409
RGB
CMYK
RGB Variations
Color information
#355409 (or 0x355409) is known color: Verdun Green. HEX triplet: 35, 54 and 09. RGB value is (53,84,9). Sum of RGB (Red+Green+Blue) = 53+84+9=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #355409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355409 is #CAABF6. Grayscale: #424242. Windows color (decimal): -13282295 or 611381. OLE color: 611381.
HSL color Cylindrical-coordinate representation of color #355409: hue angle of 84.8º 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 #355409 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 84 | 9 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.67 |
| HSL | 84.8º | 0.81% | 0.18% | - |
| HSV(B) | 84.8º | 0.89% | 0.33% | - |
| XYZ | 4.69 | 7.12 | 1.39 | - |
| YUV | 66.18 | 95.73 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 9 | 0.37 | 0 | 0.89 | 0.67 | 84.8 | 0.81 | 0.18 |
| Hex | 35 | 54 | 9 | 25 | 0 | 59 | 43 | 55 | 51 | 12 |
| Octal | 65 | 124 | 11 | 45 | 0 | 131 | 103 | 125 | 121 | 22 |
| Binary | 110101 | 1010100 | 1001 | 100101 | 0 | 1011001 | 1000011 | 1010101 | 1010001 | 10010 |
Color Harmonies of #355409
Complementary color
Monochromatic Colors of #355409
Black with #355409
Text Example
Text Example
White with #355409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355409; }
p { color: rgb(53,84,9); }
H1.HeaderClassName
{
color: #355409;
}
.AnyTagClassName
{
color: #355409;
}
</style>
background-color css
<style>
a { background-color: #355409; }
a { background-color: rgb(53,84,9); }
div.DivClassName
{
background-color: #355409;
}
.BgClassName
{
background-color: #355409;
}
</style>
border-color css
<style>
span { border-color: #355409; }
span { border-color: rgb(53,84,9); }
td.TdClassName
{
border-color: #355409;
}
.TagClassName
{
border-color: #355409;
}
</style>