Shades of Verdun Green #356209
Tints of Verdun Green #356209
RGB
CMYK
RGB Variations
Color information
#356209 (or 0x356209) is known color: Verdun Green. HEX triplet: 35, 62 and 09. RGB value is (53,98,9). Sum of RGB (Red+Green+Blue) = 53+98+9=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #356209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356209 is #CA9DF6. Grayscale: #4A4A4A. Windows color (decimal): -13278711 or 614965. OLE color: 614965.
HSL color Cylindrical-coordinate representation of color #356209: hue angle of 90.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #356209 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 53 | 98 | 9 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.62 |
| HSL | 90.34º | 0.83% | 0.21% | - |
| HSV(B) | 90.34º | 0.91% | 0.38% | - |
| XYZ | 5.89 | 9.51 | 1.78 | - |
| YUV | 74.4 | 91.09 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 98 | 9 | 0.46 | 0 | 0.91 | 0.62 | 90.34 | 0.83 | 0.21 |
| Hex | 35 | 62 | 9 | 2E | 0 | 5B | 3E | 5A | 53 | 15 |
| Octal | 65 | 142 | 11 | 56 | 0 | 133 | 76 | 132 | 123 | 25 |
| Binary | 110101 | 1100010 | 1001 | 101110 | 0 | 1011011 | 111110 | 1011010 | 1010011 | 10101 |
Color Harmonies of #356209
Complementary color
Monochromatic Colors of #356209
Black with #356209
Text Example
Text Example
White with #356209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356209; }
p { color: rgb(53,98,9); }
H1.HeaderClassName
{
color: #356209;
}
.AnyTagClassName
{
color: #356209;
}
</style>
background-color css
<style>
a { background-color: #356209; }
a { background-color: rgb(53,98,9); }
div.DivClassName
{
background-color: #356209;
}
.BgClassName
{
background-color: #356209;
}
</style>
border-color css
<style>
span { border-color: #356209; }
span { border-color: rgb(53,98,9); }
td.TdClassName
{
border-color: #356209;
}
.TagClassName
{
border-color: #356209;
}
</style>