Shades of Verdun Green #375A03
Tints of Verdun Green #375A03
RGB
CMYK
RGB Variations
Color information
#375A03 (or 0x375A03) is known color: Verdun Green. HEX triplet: 37, 5A and 03. RGB value is (55,90,3). Sum of RGB (Red+Green+Blue) = 55+90+3=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #375A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375A03 is #C8A5FC. Grayscale: #454545. Windows color (decimal): -13149693 or 219703. OLE color: 219703.
HSL color Cylindrical-coordinate representation of color #375A03: hue angle of 84.14º degrees, saturation: 0.94, 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 #375A03 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 55 | 90 | 3 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.65 |
| HSL | 84.14º | 0.94% | 0.18% | - |
| HSV(B) | 84.14º | 0.97% | 0.35% | - |
| XYZ | 5.25 | 8.13 | 1.38 | - |
| YUV | 69.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 90 | 3 | 0.39 | 0 | 0.97 | 0.65 | 84.14 | 0.94 | 0.18 |
| Hex | 37 | 5A | 3 | 27 | 0 | 61 | 41 | 54 | 5E | 12 |
| Octal | 67 | 132 | 3 | 47 | 0 | 141 | 101 | 124 | 136 | 22 |
| Binary | 110111 | 1011010 | 11 | 100111 | 0 | 1100001 | 1000001 | 1010100 | 1011110 | 10010 |
Color Harmonies of #375A03
Complementary color
Monochromatic Colors of #375A03
Black with #375A03
Text Example
Text Example
White with #375A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375A03; }
p { color: rgb(55,90,3); }
H1.HeaderClassName
{
color: #375A03;
}
.AnyTagClassName
{
color: #375A03;
}
</style>
background-color css
<style>
a { background-color: #375A03; }
a { background-color: rgb(55,90,3); }
div.DivClassName
{
background-color: #375A03;
}
.BgClassName
{
background-color: #375A03;
}
</style>
border-color css
<style>
span { border-color: #375A03; }
span { border-color: rgb(55,90,3); }
td.TdClassName
{
border-color: #375A03;
}
.TagClassName
{
border-color: #375A03;
}
</style>