Shades of Verdun Green #355603
Tints of Verdun Green #355603
RGB
CMYK
RGB Variations
Color information
#355603 (or 0x355603) is known color: Verdun Green. HEX triplet: 35, 56 and 03. RGB value is (53,86,3). Sum of RGB (Red+Green+Blue) = 53+86+3=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #355603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355603 is #CAA9FC. Grayscale: #424242. Windows color (decimal): -13281789 or 218677. OLE color: 218677.
HSL color Cylindrical-coordinate representation of color #355603: hue angle of 83.86º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #355603 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 86 | 3 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.66 |
| HSL | 83.86º | 0.93% | 0.17% | - |
| HSV(B) | 83.86º | 0.97% | 0.34% | - |
| XYZ | 4.81 | 7.42 | 1.26 | - |
| YUV | 66.67 | 92.07 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 86 | 3 | 0.38 | 0 | 0.97 | 0.66 | 83.86 | 0.93 | 0.17 |
| Hex | 35 | 56 | 3 | 26 | 0 | 61 | 42 | 54 | 5D | 11 |
| Octal | 65 | 126 | 3 | 46 | 0 | 141 | 102 | 124 | 135 | 21 |
| Binary | 110101 | 1010110 | 11 | 100110 | 0 | 1100001 | 1000010 | 1010100 | 1011101 | 10001 |
Color Harmonies of #355603
Complementary color
Monochromatic Colors of #355603
Black with #355603
Text Example
Text Example
White with #355603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355603; }
p { color: rgb(53,86,3); }
H1.HeaderClassName
{
color: #355603;
}
.AnyTagClassName
{
color: #355603;
}
</style>
background-color css
<style>
a { background-color: #355603; }
a { background-color: rgb(53,86,3); }
div.DivClassName
{
background-color: #355603;
}
.BgClassName
{
background-color: #355603;
}
</style>
border-color css
<style>
span { border-color: #355603; }
span { border-color: rgb(53,86,3); }
td.TdClassName
{
border-color: #355603;
}
.TagClassName
{
border-color: #355603;
}
</style>