Shades of Verdun Green #376B04
Tints of Verdun Green #376B04
RGB
CMYK
RGB Variations
Color information
#376B04 (or 0x376B04) is known color: Verdun Green. HEX triplet: 37, 6B and 04. RGB value is (55,107,4). Sum of RGB (Red+Green+Blue) = 55+107+4=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #376B04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376B04 is #C894FB. Grayscale: #505050. Windows color (decimal): -13145340 or 289591. OLE color: 289591.
HSL color Cylindrical-coordinate representation of color #376B04: hue angle of 90.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #376B04 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 107 | 4 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.58 |
| HSL | 90.29º | 0.93% | 0.22% | - |
| HSV(B) | 90.29º | 0.96% | 0.42% | - |
| XYZ | 6.86 | 11.34 | 1.94 | - |
| YUV | 79.71 | 85.27 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 107 | 4 | 0.49 | 0 | 0.96 | 0.58 | 90.29 | 0.93 | 0.22 |
| Hex | 37 | 6B | 4 | 31 | 0 | 60 | 3A | 5A | 5D | 16 |
| Octal | 67 | 153 | 4 | 61 | 0 | 140 | 72 | 132 | 135 | 26 |
| Binary | 110111 | 1101011 | 100 | 110001 | 0 | 1100000 | 111010 | 1011010 | 1011101 | 10110 |
Color Harmonies of #376B04
Complementary color
Monochromatic Colors of #376B04
Black with #376B04
Text Example
Text Example
White with #376B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376B04; }
p { color: rgb(55,107,4); }
H1.HeaderClassName
{
color: #376B04;
}
.AnyTagClassName
{
color: #376B04;
}
</style>
background-color css
<style>
a { background-color: #376B04; }
a { background-color: rgb(55,107,4); }
div.DivClassName
{
background-color: #376B04;
}
.BgClassName
{
background-color: #376B04;
}
</style>
border-color css
<style>
span { border-color: #376B04; }
span { border-color: rgb(55,107,4); }
td.TdClassName
{
border-color: #376B04;
}
.TagClassName
{
border-color: #376B04;
}
</style>