Shades of Verdun Green #414D03
Tints of Verdun Green #414D03
RGB
CMYK
RGB Variations
Color information
#414D03 (or 0x414D03) is known color: Verdun Green. HEX triplet: 41, 4D and 03. RGB value is (65,77,3). Sum of RGB (Red+Green+Blue) = 65+77+3=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #414D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D03 is #BEB2FC. Grayscale: #414141. Windows color (decimal): -12497661 or 216385. OLE color: 216385.
HSL color Cylindrical-coordinate representation of color #414D03: hue angle of 69.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #414D03 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 3 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.70 |
| HSL | 69.73º | 0.93% | 0.16% | - |
| HSV(B) | 69.73º | 0.96% | 0.3% | - |
| XYZ | 4.85 | 6.44 | 1.07 | - |
| YUV | 64.98 | 93.02 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 3 | 0.16 | 0 | 0.96 | 0.70 | 69.73 | 0.93 | 0.16 |
| Hex | 41 | 4D | 3 | 10 | 0 | 60 | 46 | 46 | 5C | 10 |
| Octal | 101 | 115 | 3 | 20 | 0 | 140 | 106 | 106 | 134 | 20 |
| Binary | 1000001 | 1001101 | 11 | 10000 | 0 | 1100000 | 1000110 | 1000110 | 1011100 | 10000 |
Color Harmonies of #414D03
Complementary color
Monochromatic Colors of #414D03
Black with #414D03
Text Example
Text Example
White with #414D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D03; }
p { color: rgb(65,77,3); }
H1.HeaderClassName
{
color: #414D03;
}
.AnyTagClassName
{
color: #414D03;
}
</style>
background-color css
<style>
a { background-color: #414D03; }
a { background-color: rgb(65,77,3); }
div.DivClassName
{
background-color: #414D03;
}
.BgClassName
{
background-color: #414D03;
}
</style>
border-color css
<style>
span { border-color: #414D03; }
span { border-color: rgb(65,77,3); }
td.TdClassName
{
border-color: #414D03;
}
.TagClassName
{
border-color: #414D03;
}
</style>