Shades of Verdun Green #374F00
Tints of Verdun Green #374F00
RGB
CMYK
RGB Variations
Color information
#374F00 (or 0x374F00) is known color: Verdun Green. HEX triplet: 37, 4F and 00. RGB value is (55,79,0). Sum of RGB (Red+Green+Blue) = 55+79+0=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 79 (31.25% from 255 or 58.96% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 79 - color contains mainly: green. Hex color #374F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F00 is #C8B0FF. Grayscale: #3F3F3F. Windows color (decimal): -13152512 or 20279. OLE color: 20279.
HSL color Cylindrical-coordinate representation of color #374F00: hue angle of 78.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374F00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 79 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.69 |
| HSL | 78.23º | 1% | 0.15% | - |
| HSV(B) | 78.23º | 1% | 0.31% | - |
| XYZ | 4.37 | 6.4 | 1.01 | - |
| YUV | 62.82 | 92.55 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 0 | 0.30 | 0 | 1 | 0.69 | 78.23 | 1 | 0.15 |
| Hex | 37 | 4F | 0 | 1E | 0 | 64 | 45 | 4E | 64 | F |
| Octal | 67 | 117 | 0 | 36 | 0 | 144 | 105 | 116 | 144 | 17 |
| Binary | 110111 | 1001111 | 0 | 11110 | 0 | 1100100 | 1000101 | 1001110 | 1100100 | 1111 |
Color Harmonies of #374F00
Complementary color
Monochromatic Colors of #374F00
Black with #374F00
Text Example
Text Example
White with #374F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F00; }
p { color: rgb(55,79,0); }
H1.HeaderClassName
{
color: #374F00;
}
.AnyTagClassName
{
color: #374F00;
}
</style>
background-color css
<style>
a { background-color: #374F00; }
a { background-color: rgb(55,79,0); }
div.DivClassName
{
background-color: #374F00;
}
.BgClassName
{
background-color: #374F00;
}
</style>
border-color css
<style>
span { border-color: #374F00; }
span { border-color: rgb(55,79,0); }
td.TdClassName
{
border-color: #374F00;
}
.TagClassName
{
border-color: #374F00;
}
</style>