Shades of Verdun Green #355809
Tints of Verdun Green #355809
RGB
CMYK
RGB Variations
Color information
#355809 (or 0x355809) is known color: Verdun Green. HEX triplet: 35, 58 and 09. RGB value is (53,88,9). Sum of RGB (Red+Green+Blue) = 53+88+9=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #355809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355809 is #CAA7F6. Grayscale: #444444. Windows color (decimal): -13281271 or 612405. OLE color: 612405.
HSL color Cylindrical-coordinate representation of color #355809: hue angle of 86.58º degrees, saturation: 0.81, 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 #355809 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 9 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.65 |
| HSL | 86.58º | 0.81% | 0.19% | - |
| HSV(B) | 86.58º | 0.9% | 0.35% | - |
| XYZ | 5.01 | 7.76 | 1.49 | - |
| YUV | 68.53 | 94.4 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 9 | 0.40 | 0 | 0.90 | 0.65 | 86.58 | 0.81 | 0.19 |
| Hex | 35 | 58 | 9 | 28 | 0 | 5A | 41 | 57 | 51 | 13 |
| Octal | 65 | 130 | 11 | 50 | 0 | 132 | 101 | 127 | 121 | 23 |
| Binary | 110101 | 1011000 | 1001 | 101000 | 0 | 1011010 | 1000001 | 1010111 | 1010001 | 10011 |
Color Harmonies of #355809
Complementary color
Monochromatic Colors of #355809
Black with #355809
Text Example
Text Example
White with #355809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355809; }
p { color: rgb(53,88,9); }
H1.HeaderClassName
{
color: #355809;
}
.AnyTagClassName
{
color: #355809;
}
</style>
background-color css
<style>
a { background-color: #355809; }
a { background-color: rgb(53,88,9); }
div.DivClassName
{
background-color: #355809;
}
.BgClassName
{
background-color: #355809;
}
</style>
border-color css
<style>
span { border-color: #355809; }
span { border-color: rgb(53,88,9); }
td.TdClassName
{
border-color: #355809;
}
.TagClassName
{
border-color: #355809;
}
</style>