Shades of Verdun Green #375903
Tints of Verdun Green #375903
RGB
CMYK
RGB Variations
Color information
#375903 (or 0x375903) is known color: Verdun Green. HEX triplet: 37, 59 and 03. RGB value is (55,89,3). Sum of RGB (Red+Green+Blue) = 55+89+3=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #375903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375903 is #C8A6FC. Grayscale: #454545. Windows color (decimal): -13149949 or 219447. OLE color: 219447.
HSL color Cylindrical-coordinate representation of color #375903: hue angle of 83.72º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #375903 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 89 | 3 | - |
| CMYK | 0.38 | 0 | 0.97 | 0.65 |
| HSL | 83.72º | 0.93% | 0.18% | - |
| HSV(B) | 83.72º | 0.97% | 0.35% | - |
| XYZ | 5.16 | 7.96 | 1.35 | - |
| YUV | 69.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 89 | 3 | 0.38 | 0 | 0.97 | 0.65 | 83.72 | 0.93 | 0.18 |
| Hex | 37 | 59 | 3 | 26 | 0 | 61 | 41 | 54 | 5D | 12 |
| Octal | 67 | 131 | 3 | 46 | 0 | 141 | 101 | 124 | 135 | 22 |
| Binary | 110111 | 1011001 | 11 | 100110 | 0 | 1100001 | 1000001 | 1010100 | 1011101 | 10010 |
Color Harmonies of #375903
Complementary color
Monochromatic Colors of #375903
Black with #375903
Text Example
Text Example
White with #375903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375903; }
p { color: rgb(55,89,3); }
H1.HeaderClassName
{
color: #375903;
}
.AnyTagClassName
{
color: #375903;
}
</style>
background-color css
<style>
a { background-color: #375903; }
a { background-color: rgb(55,89,3); }
div.DivClassName
{
background-color: #375903;
}
.BgClassName
{
background-color: #375903;
}
</style>
border-color css
<style>
span { border-color: #375903; }
span { border-color: rgb(55,89,3); }
td.TdClassName
{
border-color: #375903;
}
.TagClassName
{
border-color: #375903;
}
</style>