Shades of Verdun Green #355A00
Tints of Verdun Green #355A00
RGB
CMYK
RGB Variations
Color information
#355A00 (or 0x355A00) is known color: Verdun Green. HEX triplet: 35, 5A and 00. RGB value is (53,90,0). Sum of RGB (Red+Green+Blue) = 53+90+0=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 90 (35.55% from 255 or 62.94% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 90 - color contains mainly: green. Hex color #355A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A00 is #CAA5FF. Grayscale: #454545. Windows color (decimal): -13280768 or 23093. OLE color: 23093.
HSL color Cylindrical-coordinate representation of color #355A00: hue angle of 84.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #355A00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.65 |
| HSL | 84.67º | 1% | 0.18% | - |
| HSV(B) | 84.67º | 1% | 0.35% | - |
| XYZ | 5.12 | 8.07 | 1.29 | - |
| YUV | 68.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 0 | 0.41 | 0 | 1 | 0.65 | 84.67 | 1 | 0.18 |
| Hex | 35 | 5A | 0 | 29 | 0 | 64 | 41 | 55 | 64 | 12 |
| Octal | 65 | 132 | 0 | 51 | 0 | 144 | 101 | 125 | 144 | 22 |
| Binary | 110101 | 1011010 | 0 | 101001 | 0 | 1100100 | 1000001 | 1010101 | 1100100 | 10010 |
Color Harmonies of #355A00
Complementary color
Monochromatic Colors of #355A00
Black with #355A00
Text Example
Text Example
White with #355A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A00; }
p { color: rgb(53,90,0); }
H1.HeaderClassName
{
color: #355A00;
}
.AnyTagClassName
{
color: #355A00;
}
</style>
background-color css
<style>
a { background-color: #355A00; }
a { background-color: rgb(53,90,0); }
div.DivClassName
{
background-color: #355A00;
}
.BgClassName
{
background-color: #355A00;
}
</style>
border-color css
<style>
span { border-color: #355A00; }
span { border-color: rgb(53,90,0); }
td.TdClassName
{
border-color: #355A00;
}
.TagClassName
{
border-color: #355A00;
}
</style>