Shades of Verdun Green #375F04
Tints of Verdun Green #375F04
RGB
CMYK
RGB Variations
Color information
#375F04 (or 0x375F04) is known color: Verdun Green. HEX triplet: 37, 5F and 04. RGB value is (55,95,4). Sum of RGB (Red+Green+Blue) = 55+95+4=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 95 (37.5% from 255 or 61.69% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 95 - color contains mainly: green. Hex color #375F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375F04 is #C8A0FB. Grayscale: #484848. Windows color (decimal): -13148412 or 286519. OLE color: 286519.
HSL color Cylindrical-coordinate representation of color #375F04: hue angle of 86.37º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #375F04 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 95 | 4 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.63 |
| HSL | 86.37º | 0.92% | 0.19% | - |
| HSV(B) | 86.37º | 0.96% | 0.37% | - |
| XYZ | 5.69 | 9.01 | 1.55 | - |
| YUV | 72.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 95 | 4 | 0.42 | 0 | 0.96 | 0.63 | 86.37 | 0.92 | 0.19 |
| Hex | 37 | 5F | 4 | 2A | 0 | 60 | 3F | 56 | 5C | 13 |
| Octal | 67 | 137 | 4 | 52 | 0 | 140 | 77 | 126 | 134 | 23 |
| Binary | 110111 | 1011111 | 100 | 101010 | 0 | 1100000 | 111111 | 1010110 | 1011100 | 10011 |
Color Harmonies of #375F04
Complementary color
Monochromatic Colors of #375F04
Black with #375F04
Text Example
Text Example
White with #375F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375F04; }
p { color: rgb(55,95,4); }
H1.HeaderClassName
{
color: #375F04;
}
.AnyTagClassName
{
color: #375F04;
}
</style>
background-color css
<style>
a { background-color: #375F04; }
a { background-color: rgb(55,95,4); }
div.DivClassName
{
background-color: #375F04;
}
.BgClassName
{
background-color: #375F04;
}
</style>
border-color css
<style>
span { border-color: #375F04; }
span { border-color: rgb(55,95,4); }
td.TdClassName
{
border-color: #375F04;
}
.TagClassName
{
border-color: #375F04;
}
</style>