Shades of Verdun Green #355200
Tints of Verdun Green #355200
RGB
CMYK
RGB Variations
Color information
#355200 (or 0x355200) is known color: Verdun Green. HEX triplet: 35, 52 and 00. RGB value is (53,82,0). Sum of RGB (Red+Green+Blue) = 53+82+0=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #355200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355200 is #CAADFF. Grayscale: #404040. Windows color (decimal): -13282816 or 21045. OLE color: 21045.
HSL color Cylindrical-coordinate representation of color #355200: hue angle of 81.22º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #355200 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 82 | 0 | - |
| CMYK | 0.35 | 0 | 1 | 0.68 |
| HSL | 81.22º | 1% | 0.16% | - |
| HSV(B) | 81.22º | 1% | 0.32% | - |
| XYZ | 4.49 | 6.79 | 1.07 | - |
| YUV | 63.98 | 91.89 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 82 | 0 | 0.35 | 0 | 1 | 0.68 | 81.22 | 1 | 0.16 |
| Hex | 35 | 52 | 0 | 23 | 0 | 64 | 44 | 51 | 64 | 10 |
| Octal | 65 | 122 | 0 | 43 | 0 | 144 | 104 | 121 | 144 | 20 |
| Binary | 110101 | 1010010 | 0 | 100011 | 0 | 1100100 | 1000100 | 1010001 | 1100100 | 10000 |
Color Harmonies of #355200
Complementary color
Monochromatic Colors of #355200
Black with #355200
Text Example
Text Example
White with #355200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355200; }
p { color: rgb(53,82,0); }
H1.HeaderClassName
{
color: #355200;
}
.AnyTagClassName
{
color: #355200;
}
</style>
background-color css
<style>
a { background-color: #355200; }
a { background-color: rgb(53,82,0); }
div.DivClassName
{
background-color: #355200;
}
.BgClassName
{
background-color: #355200;
}
</style>
border-color css
<style>
span { border-color: #355200; }
span { border-color: rgb(53,82,0); }
td.TdClassName
{
border-color: #355200;
}
.TagClassName
{
border-color: #355200;
}
</style>