Shades of Verdun Green #375412
Tints of Verdun Green #375412
RGB
CMYK
RGB Variations
Color information
#375412 (or 0x375412) is known color: Verdun Green. HEX triplet: 37, 54 and 12. RGB value is (55,84,18). Sum of RGB (Red+Green+Blue) = 55+84+18=157 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.03% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #375412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375412 is #C8ABED. Grayscale: #444444. Windows color (decimal): -13151214 or 1201207. OLE color: 1201207.
HSL color Cylindrical-coordinate representation of color #375412: hue angle of 86.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #375412 is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 84 | 18 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.67 |
| HSL | 86.36º | 0.65% | 0.2% | - |
| HSV(B) | 86.36º | 0.79% | 0.33% | - |
| XYZ | 4.86 | 7.2 | 1.71 | - |
| YUV | 67.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 84 | 18 | 0.35 | 0 | 0.79 | 0.67 | 86.36 | 0.65 | 0.2 |
| Hex | 37 | 54 | 12 | 23 | 0 | 4F | 43 | 56 | 41 | 14 |
| Octal | 67 | 124 | 22 | 43 | 0 | 117 | 103 | 126 | 101 | 24 |
| Binary | 110111 | 1010100 | 10010 | 100011 | 0 | 1001111 | 1000011 | 1010110 | 1000001 | 10100 |
Color Harmonies of #375412
Complementary color
Monochromatic Colors of #375412
Black with #375412
Text Example
Text Example
White with #375412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375412; }
p { color: rgb(55,84,18); }
H1.HeaderClassName
{
color: #375412;
}
.AnyTagClassName
{
color: #375412;
}
</style>
background-color css
<style>
a { background-color: #375412; }
a { background-color: rgb(55,84,18); }
div.DivClassName
{
background-color: #375412;
}
.BgClassName
{
background-color: #375412;
}
</style>
border-color css
<style>
span { border-color: #375412; }
span { border-color: rgb(55,84,18); }
td.TdClassName
{
border-color: #375412;
}
.TagClassName
{
border-color: #375412;
}
</style>