Shades of Verdun Green #376803
Tints of Verdun Green #376803
RGB
CMYK
RGB Variations
Color information
#376803 (or 0x376803) is known color: Verdun Green. HEX triplet: 37, 68 and 03. RGB value is (55,104,3). Sum of RGB (Red+Green+Blue) = 55+104+3=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #376803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376803 is #C897FC. Grayscale: #4E4E4E. Windows color (decimal): -13146109 or 223287. OLE color: 223287.
HSL color Cylindrical-coordinate representation of color #376803: hue angle of 89.11º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #376803 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 104 | 3 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.59 |
| HSL | 89.11º | 0.94% | 0.21% | - |
| HSV(B) | 89.11º | 0.97% | 0.41% | - |
| XYZ | 6.54 | 10.72 | 1.81 | - |
| YUV | 77.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 104 | 3 | 0.47 | 0 | 0.97 | 0.59 | 89.11 | 0.94 | 0.21 |
| Hex | 37 | 68 | 3 | 2F | 0 | 61 | 3B | 59 | 5E | 15 |
| Octal | 67 | 150 | 3 | 57 | 0 | 141 | 73 | 131 | 136 | 25 |
| Binary | 110111 | 1101000 | 11 | 101111 | 0 | 1100001 | 111011 | 1011001 | 1011110 | 10101 |
Color Harmonies of #376803
Complementary color
Monochromatic Colors of #376803
Black with #376803
Text Example
Text Example
White with #376803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376803; }
p { color: rgb(55,104,3); }
H1.HeaderClassName
{
color: #376803;
}
.AnyTagClassName
{
color: #376803;
}
</style>
background-color css
<style>
a { background-color: #376803; }
a { background-color: rgb(55,104,3); }
div.DivClassName
{
background-color: #376803;
}
.BgClassName
{
background-color: #376803;
}
</style>
border-color css
<style>
span { border-color: #376803; }
span { border-color: rgb(55,104,3); }
td.TdClassName
{
border-color: #376803;
}
.TagClassName
{
border-color: #376803;
}
</style>