Shades of Verdun Green #355A11
Tints of Verdun Green #355A11
RGB
CMYK
RGB Variations
Color information
#355A11 (or 0x355A11) is known color: Verdun Green. HEX triplet: 35, 5A and 11. RGB value is (53,90,17). Sum of RGB (Red+Green+Blue) = 53+90+17=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 17 (7.03% from 255 or 10.62% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #355A11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A11 is #CAA5EE. Grayscale: #464646. Windows color (decimal): -13280751 or 1137205. OLE color: 1137205.
HSL color Cylindrical-coordinate representation of color #355A11: hue angle of 90.41º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #355A11 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 17 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.65 |
| HSL | 90.41º | 0.68% | 0.21% | - |
| HSV(B) | 90.41º | 0.81% | 0.35% | - |
| XYZ | 5.23 | 8.11 | 1.82 | - |
| YUV | 70.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 17 | 0.41 | 0 | 0.81 | 0.65 | 90.41 | 0.68 | 0.21 |
| Hex | 35 | 5A | 11 | 29 | 0 | 51 | 41 | 5A | 44 | 15 |
| Octal | 65 | 132 | 21 | 51 | 0 | 121 | 101 | 132 | 104 | 25 |
| Binary | 110101 | 1011010 | 10001 | 101001 | 0 | 1010001 | 1000001 | 1011010 | 1000100 | 10101 |
Color Harmonies of #355A11
Complementary color
Monochromatic Colors of #355A11
Black with #355A11
Text Example
Text Example
White with #355A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A11; }
p { color: rgb(53,90,17); }
H1.HeaderClassName
{
color: #355A11;
}
.AnyTagClassName
{
color: #355A11;
}
</style>
background-color css
<style>
a { background-color: #355A11; }
a { background-color: rgb(53,90,17); }
div.DivClassName
{
background-color: #355A11;
}
.BgClassName
{
background-color: #355A11;
}
</style>
border-color css
<style>
span { border-color: #355A11; }
span { border-color: rgb(53,90,17); }
td.TdClassName
{
border-color: #355A11;
}
.TagClassName
{
border-color: #355A11;
}
</style>