Shades of Verdun Green #376703
Tints of Verdun Green #376703
RGB
CMYK
RGB Variations
Color information
#376703 (or 0x376703) is known color: Verdun Green. HEX triplet: 37, 67 and 03. RGB value is (55,103,3). Sum of RGB (Red+Green+Blue) = 55+103+3=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 3 (1.56% from 255 or 1.86% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #376703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376703 is #C898FC. Grayscale: #4D4D4D. Windows color (decimal): -13146365 or 223031. OLE color: 223031.
HSL color Cylindrical-coordinate representation of color #376703: hue angle of 88.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #376703 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 103 | 3 | - |
| CMYK | 0.47 | 0 | 0.97 | 0.60 |
| HSL | 88.8º | 0.94% | 0.21% | - |
| HSV(B) | 88.8º | 0.97% | 0.4% | - |
| XYZ | 6.44 | 10.52 | 1.78 | - |
| YUV | 77.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 3 | 0.47 | 0 | 0.97 | 0.60 | 88.8 | 0.94 | 0.21 |
| Hex | 37 | 67 | 3 | 2F | 0 | 61 | 3C | 59 | 5E | 15 |
| Octal | 67 | 147 | 3 | 57 | 0 | 141 | 74 | 131 | 136 | 25 |
| Binary | 110111 | 1100111 | 11 | 101111 | 0 | 1100001 | 111100 | 1011001 | 1011110 | 10101 |
Color Harmonies of #376703
Complementary color
Monochromatic Colors of #376703
Black with #376703
Text Example
Text Example
White with #376703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376703; }
p { color: rgb(55,103,3); }
H1.HeaderClassName
{
color: #376703;
}
.AnyTagClassName
{
color: #376703;
}
</style>
background-color css
<style>
a { background-color: #376703; }
a { background-color: rgb(55,103,3); }
div.DivClassName
{
background-color: #376703;
}
.BgClassName
{
background-color: #376703;
}
</style>
border-color css
<style>
span { border-color: #376703; }
span { border-color: rgb(55,103,3); }
td.TdClassName
{
border-color: #376703;
}
.TagClassName
{
border-color: #376703;
}
</style>