Shades of Verdun Green #376A06
Tints of Verdun Green #376A06
RGB
CMYK
RGB Variations
Color information
#376A06 (or 0x376A06) is known color: Verdun Green. HEX triplet: 37, 6A and 06. RGB value is (55,106,6). Sum of RGB (Red+Green+Blue) = 55+106+6=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 6 (2.73% from 255 or 3.59% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #376A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376A06 is #C895F9. Grayscale: #4F4F4F. Windows color (decimal): -13145594 or 420407. OLE color: 420407.
HSL color Cylindrical-coordinate representation of color #376A06: hue angle of 90.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #376A06 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 106 | 6 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.58 |
| HSL | 90.6º | 0.89% | 0.22% | - |
| HSV(B) | 90.6º | 0.94% | 0.42% | - |
| XYZ | 6.76 | 11.13 | 1.96 | - |
| YUV | 79.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 106 | 6 | 0.48 | 0 | 0.94 | 0.58 | 90.6 | 0.89 | 0.22 |
| Hex | 37 | 6A | 6 | 30 | 0 | 5E | 3A | 5B | 59 | 16 |
| Octal | 67 | 152 | 6 | 60 | 0 | 136 | 72 | 133 | 131 | 26 |
| Binary | 110111 | 1101010 | 110 | 110000 | 0 | 1011110 | 111010 | 1011011 | 1011001 | 10110 |
Color Harmonies of #376A06
Complementary color
Monochromatic Colors of #376A06
Black with #376A06
Text Example
Text Example
White with #376A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376A06; }
p { color: rgb(55,106,6); }
H1.HeaderClassName
{
color: #376A06;
}
.AnyTagClassName
{
color: #376A06;
}
</style>
background-color css
<style>
a { background-color: #376A06; }
a { background-color: rgb(55,106,6); }
div.DivClassName
{
background-color: #376A06;
}
.BgClassName
{
background-color: #376A06;
}
</style>
border-color css
<style>
span { border-color: #376A06; }
span { border-color: rgb(55,106,6); }
td.TdClassName
{
border-color: #376A06;
}
.TagClassName
{
border-color: #376A06;
}
</style>