Shades of Verdun Green #376201
Tints of Verdun Green #376201
RGB
CMYK
RGB Variations
Color information
#376201 (or 0x376201) is known color: Verdun Green. HEX triplet: 37, 62 and 01. RGB value is (55,98,1). Sum of RGB (Red+Green+Blue) = 55+98+1=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 98 (38.67% from 255 or 63.64% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 98 - color contains mainly: green. Hex color #376201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376201 is #C89DFE. Grayscale: #4A4A4A. Windows color (decimal): -13147647 or 90679. OLE color: 90679.
HSL color Cylindrical-coordinate representation of color #376201: hue angle of 86.6º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #376201 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 55 | 98 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.62 |
| HSL | 86.6º | 0.98% | 0.19% | - |
| HSV(B) | 86.6º | 0.99% | 0.38% | - |
| XYZ | 5.95 | 9.55 | 1.56 | - |
| YUV | 74.09 | 86.75 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 98 | 1 | 0.44 | 0 | 0.99 | 0.62 | 86.6 | 0.98 | 0.19 |
| Hex | 37 | 62 | 1 | 2C | 0 | 63 | 3E | 57 | 62 | 13 |
| Octal | 67 | 142 | 1 | 54 | 0 | 143 | 76 | 127 | 142 | 23 |
| Binary | 110111 | 1100010 | 1 | 101100 | 0 | 1100011 | 111110 | 1010111 | 1100010 | 10011 |
Color Harmonies of #376201
Complementary color
Monochromatic Colors of #376201
Black with #376201
Text Example
Text Example
White with #376201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376201; }
p { color: rgb(55,98,1); }
H1.HeaderClassName
{
color: #376201;
}
.AnyTagClassName
{
color: #376201;
}
</style>
background-color css
<style>
a { background-color: #376201; }
a { background-color: rgb(55,98,1); }
div.DivClassName
{
background-color: #376201;
}
.BgClassName
{
background-color: #376201;
}
</style>
border-color css
<style>
span { border-color: #376201; }
span { border-color: rgb(55,98,1); }
td.TdClassName
{
border-color: #376201;
}
.TagClassName
{
border-color: #376201;
}
</style>