Shades of Verdun Green #355C12
Tints of Verdun Green #355C12
RGB
CMYK
RGB Variations
Color information
#355C12 (or 0x355C12) is known color: Verdun Green. HEX triplet: 35, 5C and 12. RGB value is (53,92,18). Sum of RGB (Red+Green+Blue) = 53+92+18=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #355C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355C12 is #CAA3ED. Grayscale: #484848. Windows color (decimal): -13280238 or 1203253. OLE color: 1203253.
HSL color Cylindrical-coordinate representation of color #355C12: hue angle of 91.62º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #355C12 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 92 | 18 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.64 |
| HSL | 91.62º | 0.67% | 0.22% | - |
| HSV(B) | 91.62º | 0.8% | 0.36% | - |
| XYZ | 5.4 | 8.45 | 1.92 | - |
| YUV | 71.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 92 | 18 | 0.42 | 0 | 0.80 | 0.64 | 91.62 | 0.67 | 0.22 |
| Hex | 35 | 5C | 12 | 2A | 0 | 50 | 40 | 5C | 43 | 16 |
| Octal | 65 | 134 | 22 | 52 | 0 | 120 | 100 | 134 | 103 | 26 |
| Binary | 110101 | 1011100 | 10010 | 101010 | 0 | 1010000 | 1000000 | 1011100 | 1000011 | 10110 |
Color Harmonies of #355C12
Complementary color
Monochromatic Colors of #355C12
Black with #355C12
Text Example
Text Example
White with #355C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355C12; }
p { color: rgb(53,92,18); }
H1.HeaderClassName
{
color: #355C12;
}
.AnyTagClassName
{
color: #355C12;
}
</style>
background-color css
<style>
a { background-color: #355C12; }
a { background-color: rgb(53,92,18); }
div.DivClassName
{
background-color: #355C12;
}
.BgClassName
{
background-color: #355C12;
}
</style>
border-color css
<style>
span { border-color: #355C12; }
span { border-color: rgb(53,92,18); }
td.TdClassName
{
border-color: #355C12;
}
.TagClassName
{
border-color: #355C12;
}
</style>