Shades of Verdun Green #376704
Tints of Verdun Green #376704
RGB
CMYK
RGB Variations
Color information
#376704 (or 0x376704) is known color: Verdun Green. HEX triplet: 37, 67 and 04. RGB value is (55,103,4). Sum of RGB (Red+Green+Blue) = 55+103+4=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 103 (40.62% from 255 or 63.58% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 103 - color contains mainly: green. Hex color #376704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376704 is #C898FB. Grayscale: #4D4D4D. Windows color (decimal): -13146364 or 288567. OLE color: 288567.
HSL color Cylindrical-coordinate representation of color #376704: hue angle of 89.09º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #376704 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 55 | 103 | 4 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.60 |
| HSL | 89.09º | 0.93% | 0.21% | - |
| HSV(B) | 89.09º | 0.96% | 0.4% | - |
| XYZ | 6.45 | 10.52 | 1.81 | - |
| YUV | 77.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 103 | 4 | 0.47 | 0 | 0.96 | 0.60 | 89.09 | 0.93 | 0.21 |
| Hex | 37 | 67 | 4 | 2F | 0 | 60 | 3C | 59 | 5D | 15 |
| Octal | 67 | 147 | 4 | 57 | 0 | 140 | 74 | 131 | 135 | 25 |
| Binary | 110111 | 1100111 | 100 | 101111 | 0 | 1100000 | 111100 | 1011001 | 1011101 | 10101 |
Color Harmonies of #376704
Complementary color
Monochromatic Colors of #376704
Black with #376704
Text Example
Text Example
White with #376704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #376704; }
p { color: rgb(55,103,4); }
H1.HeaderClassName
{
color: #376704;
}
.AnyTagClassName
{
color: #376704;
}
</style>
background-color css
<style>
a { background-color: #376704; }
a { background-color: rgb(55,103,4); }
div.DivClassName
{
background-color: #376704;
}
.BgClassName
{
background-color: #376704;
}
</style>
border-color css
<style>
span { border-color: #376704; }
span { border-color: rgb(55,103,4); }
td.TdClassName
{
border-color: #376704;
}
.TagClassName
{
border-color: #376704;
}
</style>