Shades of Verdun Green #355812
Tints of Verdun Green #355812
RGB
CMYK
RGB Variations
Color information
#355812 (or 0x355812) is known color: Verdun Green. HEX triplet: 35, 58 and 12. RGB value is (53,88,18). Sum of RGB (Red+Green+Blue) = 53+88+18=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #355812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355812 is #CAA7ED. Grayscale: #454545. Windows color (decimal): -13281262 or 1202229. OLE color: 1202229.
HSL color Cylindrical-coordinate representation of color #355812: hue angle of 90º degrees, saturation: 0.66, 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 #355812 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 88 | 18 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.65 |
| HSL | 90º | 0.66% | 0.21% | - |
| HSV(B) | 90º | 0.8% | 0.35% | - |
| XYZ | 5.07 | 7.78 | 1.81 | - |
| YUV | 69.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 88 | 18 | 0.40 | 0 | 0.80 | 0.65 | 90 | 0.66 | 0.21 |
| Hex | 35 | 58 | 12 | 28 | 0 | 50 | 41 | 5A | 42 | 15 |
| Octal | 65 | 130 | 22 | 50 | 0 | 120 | 101 | 132 | 102 | 25 |
| Binary | 110101 | 1011000 | 10010 | 101000 | 0 | 1010000 | 1000001 | 1011010 | 1000010 | 10101 |
Color Harmonies of #355812
Complementary color
Monochromatic Colors of #355812
Black with #355812
Text Example
Text Example
White with #355812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355812; }
p { color: rgb(53,88,18); }
H1.HeaderClassName
{
color: #355812;
}
.AnyTagClassName
{
color: #355812;
}
</style>
background-color css
<style>
a { background-color: #355812; }
a { background-color: rgb(53,88,18); }
div.DivClassName
{
background-color: #355812;
}
.BgClassName
{
background-color: #355812;
}
</style>
border-color css
<style>
span { border-color: #355812; }
span { border-color: rgb(53,88,18); }
td.TdClassName
{
border-color: #355812;
}
.TagClassName
{
border-color: #355812;
}
</style>