Shades of Verdun Green #355D00
Tints of Verdun Green #355D00
RGB
CMYK
RGB Variations
Color information
#355D00 (or 0x355D00) is known color: Verdun Green. HEX triplet: 35, 5D and 00. RGB value is (53,93,0). Sum of RGB (Red+Green+Blue) = 53+93+0=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 93 (36.72% from 255 or 63.70% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 93 - color contains mainly: green. Hex color #355D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355D00 is #CAA2FF. Grayscale: #464646. Windows color (decimal): -13280000 or 23861. OLE color: 23861.
HSL color Cylindrical-coordinate representation of color #355D00: hue angle of 85.81º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #355D00 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 93 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.64 |
| HSL | 85.81º | 1% | 0.18% | - |
| HSV(B) | 85.81º | 1% | 0.36% | - |
| XYZ | 5.38 | 8.59 | 1.37 | - |
| YUV | 70.44 | 88.25 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 93 | 0 | 0.43 | 0 | 1 | 0.64 | 85.81 | 1 | 0.18 |
| Hex | 35 | 5D | 0 | 2B | 0 | 64 | 40 | 56 | 64 | 12 |
| Octal | 65 | 135 | 0 | 53 | 0 | 144 | 100 | 126 | 144 | 22 |
| Binary | 110101 | 1011101 | 0 | 101011 | 0 | 1100100 | 1000000 | 1010110 | 1100100 | 10010 |
Color Harmonies of #355D00
Complementary color
Monochromatic Colors of #355D00
Black with #355D00
Text Example
Text Example
White with #355D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355D00; }
p { color: rgb(53,93,0); }
H1.HeaderClassName
{
color: #355D00;
}
.AnyTagClassName
{
color: #355D00;
}
</style>
background-color css
<style>
a { background-color: #355D00; }
a { background-color: rgb(53,93,0); }
div.DivClassName
{
background-color: #355D00;
}
.BgClassName
{
background-color: #355D00;
}
</style>
border-color css
<style>
span { border-color: #355D00; }
span { border-color: rgb(53,93,0); }
td.TdClassName
{
border-color: #355D00;
}
.TagClassName
{
border-color: #355D00;
}
</style>