Shades of Verdun Green #375A04
Tints of Verdun Green #375A04
RGB
CMYK
RGB Variations
Color information
#375A04 (or 0x375A04) is known color: Verdun Green. HEX triplet: 37, 5A and 04. RGB value is (55,90,4). Sum of RGB (Red+Green+Blue) = 55+90+4=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 90 (35.55% from 255 or 60.40% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 90 - color contains mainly: green. Hex color #375A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A04 is #C8A5FB. Grayscale: #464646. Windows color (decimal): -13149692 or 285239. OLE color: 285239.
HSL color Cylindrical-coordinate representation of color #375A04: hue angle of 84.42º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #375A04 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 4 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.65 |
| HSL | 84.42º | 0.91% | 0.18% | - |
| HSV(B) | 84.42º | 0.96% | 0.35% | - |
| XYZ | 5.25 | 8.13 | 1.41 | - |
| YUV | 69.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 4 | 0.39 | 0 | 0.96 | 0.65 | 84.42 | 0.91 | 0.18 |
| Hex | 37 | 5A | 4 | 27 | 0 | 60 | 41 | 54 | 5B | 12 |
| Octal | 67 | 132 | 4 | 47 | 0 | 140 | 101 | 124 | 133 | 22 |
| Binary | 110111 | 1011010 | 100 | 100111 | 0 | 1100000 | 1000001 | 1010100 | 1011011 | 10010 |
Color Harmonies of #375A04
Complementary color
Monochromatic Colors of #375A04
Black with #375A04
Text Example
Text Example
White with #375A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A04; }
p { color: rgb(55,90,4); }
H1.HeaderClassName
{
color: #375A04;
}
.AnyTagClassName
{
color: #375A04;
}
</style>
background-color css
<style>
a { background-color: #375A04; }
a { background-color: rgb(55,90,4); }
div.DivClassName
{
background-color: #375A04;
}
.BgClassName
{
background-color: #375A04;
}
</style>
border-color css
<style>
span { border-color: #375A04; }
span { border-color: rgb(55,90,4); }
td.TdClassName
{
border-color: #375A04;
}
.TagClassName
{
border-color: #375A04;
}
</style>