Shades of Verdun Green #355D04
Tints of Verdun Green #355D04
RGB
CMYK
RGB Variations
Color information
#355D04 (or 0x355D04) is known color: Verdun Green. HEX triplet: 35, 5D and 04. RGB value is (53,93,4). Sum of RGB (Red+Green+Blue) = 53+93+4=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #355D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355D04 is #CAA2FB. Grayscale: #474747. Windows color (decimal): -13279996 or 286005. OLE color: 286005.
HSL color Cylindrical-coordinate representation of color #355D04: hue angle of 86.97º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #355D04 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 4 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.64 |
| HSL | 86.97º | 0.92% | 0.19% | - |
| HSV(B) | 86.97º | 0.96% | 0.36% | - |
| XYZ | 5.4 | 8.59 | 1.49 | - |
| YUV | 70.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 4 | 0.43 | 0 | 0.96 | 0.64 | 86.97 | 0.92 | 0.19 |
| Hex | 35 | 5D | 4 | 2B | 0 | 60 | 40 | 57 | 5C | 13 |
| Octal | 65 | 135 | 4 | 53 | 0 | 140 | 100 | 127 | 134 | 23 |
| Binary | 110101 | 1011101 | 100 | 101011 | 0 | 1100000 | 1000000 | 1010111 | 1011100 | 10011 |
Color Harmonies of #355D04
Complementary color
Monochromatic Colors of #355D04
Black with #355D04
Text Example
Text Example
White with #355D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D04; }
p { color: rgb(53,93,4); }
H1.HeaderClassName
{
color: #355D04;
}
.AnyTagClassName
{
color: #355D04;
}
</style>
background-color css
<style>
a { background-color: #355D04; }
a { background-color: rgb(53,93,4); }
div.DivClassName
{
background-color: #355D04;
}
.BgClassName
{
background-color: #355D04;
}
</style>
border-color css
<style>
span { border-color: #355D04; }
span { border-color: rgb(53,93,4); }
td.TdClassName
{
border-color: #355D04;
}
.TagClassName
{
border-color: #355D04;
}
</style>