Shades of Verdun Green #355606
Tints of Verdun Green #355606
RGB
CMYK
RGB Variations
Color information
#355606 (or 0x355606) is known color: Verdun Green. HEX triplet: 35, 56 and 06. RGB value is (53,86,6). Sum of RGB (Red+Green+Blue) = 53+86+6=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #355606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355606 is #CAA9F9. Grayscale: #434343. Windows color (decimal): -13281786 or 415285. OLE color: 415285.
HSL color Cylindrical-coordinate representation of color #355606: hue angle of 84.75º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #355606 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 86 | 6 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.66 |
| HSL | 84.75º | 0.87% | 0.18% | - |
| HSV(B) | 84.75º | 0.93% | 0.34% | - |
| XYZ | 4.83 | 7.43 | 1.35 | - |
| YUV | 67.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 6 | 0.38 | 0 | 0.93 | 0.66 | 84.75 | 0.87 | 0.18 |
| Hex | 35 | 56 | 6 | 26 | 0 | 5D | 42 | 55 | 57 | 12 |
| Octal | 65 | 126 | 6 | 46 | 0 | 135 | 102 | 125 | 127 | 22 |
| Binary | 110101 | 1010110 | 110 | 100110 | 0 | 1011101 | 1000010 | 1010101 | 1010111 | 10010 |
Color Harmonies of #355606
Complementary color
Monochromatic Colors of #355606
Black with #355606
Text Example
Text Example
White with #355606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355606; }
p { color: rgb(53,86,6); }
H1.HeaderClassName
{
color: #355606;
}
.AnyTagClassName
{
color: #355606;
}
</style>
background-color css
<style>
a { background-color: #355606; }
a { background-color: rgb(53,86,6); }
div.DivClassName
{
background-color: #355606;
}
.BgClassName
{
background-color: #355606;
}
</style>
border-color css
<style>
span { border-color: #355606; }
span { border-color: rgb(53,86,6); }
td.TdClassName
{
border-color: #355606;
}
.TagClassName
{
border-color: #355606;
}
</style>