Shades of Verdun Green #374D00
Tints of Verdun Green #374D00
RGB
CMYK
RGB Variations
Color information
#374D00 (or 0x374D00) is known color: Verdun Green. HEX triplet: 37, 4D and 00. RGB value is (55,77,0). Sum of RGB (Red+Green+Blue) = 55+77+0=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 77 (30.47% from 255 or 58.33% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 77 - color contains mainly: green. Hex color #374D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D00 is #C8B2FF. Grayscale: #3D3D3D. Windows color (decimal): -13153024 or 19767. OLE color: 19767.
HSL color Cylindrical-coordinate representation of color #374D00: hue angle of 77.14º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374D00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.70 |
| HSL | 77.14º | 1% | 0.15% | - |
| HSV(B) | 77.14º | 1% | 0.3% | - |
| XYZ | 4.23 | 6.12 | 0.96 | - |
| YUV | 61.64 | 93.21 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 0 | 0.29 | 0 | 1 | 0.70 | 77.14 | 1 | 0.15 |
| Hex | 37 | 4D | 0 | 1D | 0 | 64 | 46 | 4D | 64 | F |
| Octal | 67 | 115 | 0 | 35 | 0 | 144 | 106 | 115 | 144 | 17 |
| Binary | 110111 | 1001101 | 0 | 11101 | 0 | 1100100 | 1000110 | 1001101 | 1100100 | 1111 |
Color Harmonies of #374D00
Complementary color
Monochromatic Colors of #374D00
Black with #374D00
Text Example
Text Example
White with #374D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D00; }
p { color: rgb(55,77,0); }
H1.HeaderClassName
{
color: #374D00;
}
.AnyTagClassName
{
color: #374D00;
}
</style>
background-color css
<style>
a { background-color: #374D00; }
a { background-color: rgb(55,77,0); }
div.DivClassName
{
background-color: #374D00;
}
.BgClassName
{
background-color: #374D00;
}
</style>
border-color css
<style>
span { border-color: #374D00; }
span { border-color: rgb(55,77,0); }
td.TdClassName
{
border-color: #374D00;
}
.TagClassName
{
border-color: #374D00;
}
</style>