Shades of Verdun Green #355A12
Tints of Verdun Green #355A12
RGB
CMYK
RGB Variations
Color information
#355A12 (or 0x355A12) is known color: Verdun Green. HEX triplet: 35, 5A and 12. RGB value is (53,90,18). Sum of RGB (Red+Green+Blue) = 53+90+18=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #355A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355A12 is #CAA5ED. Grayscale: #464646. Windows color (decimal): -13280750 or 1202741. OLE color: 1202741.
HSL color Cylindrical-coordinate representation of color #355A12: hue angle of 90.83º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355A12 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 90 | 18 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.65 |
| HSL | 90.83º | 0.67% | 0.21% | - |
| HSV(B) | 90.83º | 0.8% | 0.35% | - |
| XYZ | 5.23 | 8.11 | 1.86 | - |
| YUV | 70.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 90 | 18 | 0.41 | 0 | 0.80 | 0.65 | 90.83 | 0.67 | 0.21 |
| Hex | 35 | 5A | 12 | 29 | 0 | 50 | 41 | 5B | 43 | 15 |
| Octal | 65 | 132 | 22 | 51 | 0 | 120 | 101 | 133 | 103 | 25 |
| Binary | 110101 | 1011010 | 10010 | 101001 | 0 | 1010000 | 1000001 | 1011011 | 1000011 | 10101 |
Color Harmonies of #355A12
Complementary color
Monochromatic Colors of #355A12
Black with #355A12
Text Example
Text Example
White with #355A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355A12; }
p { color: rgb(53,90,18); }
H1.HeaderClassName
{
color: #355A12;
}
.AnyTagClassName
{
color: #355A12;
}
</style>
background-color css
<style>
a { background-color: #355A12; }
a { background-color: rgb(53,90,18); }
div.DivClassName
{
background-color: #355A12;
}
.BgClassName
{
background-color: #355A12;
}
</style>
border-color css
<style>
span { border-color: #355A12; }
span { border-color: rgb(53,90,18); }
td.TdClassName
{
border-color: #355A12;
}
.TagClassName
{
border-color: #355A12;
}
</style>