Shades of Verdun Green #355B12
Tints of Verdun Green #355B12
RGB
CMYK
RGB Variations
Color information
#355B12 (or 0x355B12) is known color: Verdun Green. HEX triplet: 35, 5B and 12. RGB value is (53,91,18). Sum of RGB (Red+Green+Blue) = 53+91+18=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #355B12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355B12 is #CAA4ED. Grayscale: #474747. Windows color (decimal): -13280494 or 1202997. OLE color: 1202997.
HSL color Cylindrical-coordinate representation of color #355B12: hue angle of 91.23º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355B12 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 91 | 18 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.64 |
| HSL | 91.23º | 0.67% | 0.21% | - |
| HSV(B) | 91.23º | 0.8% | 0.36% | - |
| XYZ | 5.32 | 8.28 | 1.89 | - |
| YUV | 71.32 | 97.91 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 91 | 18 | 0.42 | 0 | 0.80 | 0.64 | 91.23 | 0.67 | 0.21 |
| Hex | 35 | 5B | 12 | 2A | 0 | 50 | 40 | 5B | 43 | 15 |
| Octal | 65 | 133 | 22 | 52 | 0 | 120 | 100 | 133 | 103 | 25 |
| Binary | 110101 | 1011011 | 10010 | 101010 | 0 | 1010000 | 1000000 | 1011011 | 1000011 | 10101 |
Color Harmonies of #355B12
Complementary color
Monochromatic Colors of #355B12
Black with #355B12
Text Example
Text Example
White with #355B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355B12; }
p { color: rgb(53,91,18); }
H1.HeaderClassName
{
color: #355B12;
}
.AnyTagClassName
{
color: #355B12;
}
</style>
background-color css
<style>
a { background-color: #355B12; }
a { background-color: rgb(53,91,18); }
div.DivClassName
{
background-color: #355B12;
}
.BgClassName
{
background-color: #355B12;
}
</style>
border-color css
<style>
span { border-color: #355B12; }
span { border-color: rgb(53,91,18); }
td.TdClassName
{
border-color: #355B12;
}
.TagClassName
{
border-color: #355B12;
}
</style>