Shades of Verdun Green #355003
Tints of Verdun Green #355003
RGB
CMYK
RGB Variations
Color information
#355003 (or 0x355003) is known color: Verdun Green. HEX triplet: 35, 50 and 03. RGB value is (53,80,3). Sum of RGB (Red+Green+Blue) = 53+80+3=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #355003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355003 is #CAAFFC. Grayscale: #3F3F3F. Windows color (decimal): -13283325 or 217141. OLE color: 217141.
HSL color Cylindrical-coordinate representation of color #355003: hue angle of 81.04º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #355003 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 3 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.69 |
| HSL | 81.04º | 0.93% | 0.16% | - |
| HSV(B) | 81.04º | 0.96% | 0.31% | - |
| XYZ | 4.35 | 6.5 | 1.11 | - |
| YUV | 63.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 3 | 0.34 | 0 | 0.96 | 0.69 | 81.04 | 0.93 | 0.16 |
| Hex | 35 | 50 | 3 | 22 | 0 | 60 | 45 | 51 | 5D | 10 |
| Octal | 65 | 120 | 3 | 42 | 0 | 140 | 105 | 121 | 135 | 20 |
| Binary | 110101 | 1010000 | 11 | 100010 | 0 | 1100000 | 1000101 | 1010001 | 1011101 | 10000 |
Color Harmonies of #355003
Complementary color
Monochromatic Colors of #355003
Black with #355003
Text Example
Text Example
White with #355003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355003; }
p { color: rgb(53,80,3); }
H1.HeaderClassName
{
color: #355003;
}
.AnyTagClassName
{
color: #355003;
}
</style>
background-color css
<style>
a { background-color: #355003; }
a { background-color: rgb(53,80,3); }
div.DivClassName
{
background-color: #355003;
}
.BgClassName
{
background-color: #355003;
}
</style>
border-color css
<style>
span { border-color: #355003; }
span { border-color: rgb(53,80,3); }
td.TdClassName
{
border-color: #355003;
}
.TagClassName
{
border-color: #355003;
}
</style>