Shades of Verdun Green #355A09
Tints of Verdun Green #355A09
RGB
CMYK
RGB Variations
Color information
#355A09 (or 0x355A09) is known color: Verdun Green. HEX triplet: 35, 5A and 09. RGB value is (53,90,9). Sum of RGB (Red+Green+Blue) = 53+90+9=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 90 (35.55% from 255 or 59.21% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 90 - color contains mainly: green. Hex color #355A09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A09 is #CAA5F6. Grayscale: #454545. Windows color (decimal): -13280759 or 612917. OLE color: 612917.
HSL color Cylindrical-coordinate representation of color #355A09: hue angle of 87.41º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #355A09 is Cyan = 0.41, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 9 | - |
| CMYK | 0.41 | 0 | 0.9 | 0.65 |
| HSL | 87.41º | 0.82% | 0.19% | - |
| HSV(B) | 87.41º | 0.9% | 0.35% | - |
| XYZ | 5.17 | 8.09 | 1.55 | - |
| YUV | 69.7 | 93.74 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 9 | 0.41 | 0 | 0.9 | 0.65 | 87.41 | 0.82 | 0.19 |
| Hex | 35 | 5A | 9 | 29 | 0 | 5A | 41 | 57 | 52 | 13 |
| Octal | 65 | 132 | 11 | 51 | 0 | 132 | 101 | 127 | 122 | 23 |
| Binary | 110101 | 1011010 | 1001 | 101001 | 0 | 1011010 | 1000001 | 1010111 | 1010010 | 10011 |
Color Harmonies of #355A09
Complementary color
Monochromatic Colors of #355A09
Black with #355A09
Text Example
Text Example
White with #355A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A09; }
p { color: rgb(53,90,9); }
H1.HeaderClassName
{
color: #355A09;
}
.AnyTagClassName
{
color: #355A09;
}
</style>
background-color css
<style>
a { background-color: #355A09; }
a { background-color: rgb(53,90,9); }
div.DivClassName
{
background-color: #355A09;
}
.BgClassName
{
background-color: #355A09;
}
</style>
border-color css
<style>
span { border-color: #355A09; }
span { border-color: rgb(53,90,9); }
td.TdClassName
{
border-color: #355A09;
}
.TagClassName
{
border-color: #355A09;
}
</style>