Shades of Verdun Green #414D02
Tints of Verdun Green #414D02
RGB
CMYK
RGB Variations
Color information
#414D02 (or 0x414D02) is known color: Verdun Green. HEX triplet: 41, 4D and 02. RGB value is (65,77,2). Sum of RGB (Red+Green+Blue) = 65+77+2=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #414D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414D02 is #BEB2FD. Grayscale: #414141. Windows color (decimal): -12497662 or 150849. OLE color: 150849.
HSL color Cylindrical-coordinate representation of color #414D02: hue angle of 69.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #414D02 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 2 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.70 |
| HSL | 69.6º | 0.95% | 0.15% | - |
| HSV(B) | 69.6º | 0.97% | 0.3% | - |
| XYZ | 4.84 | 6.44 | 1.04 | - |
| YUV | 64.86 | 92.52 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 2 | 0.16 | 0 | 0.97 | 0.70 | 69.6 | 0.95 | 0.15 |
| Hex | 41 | 4D | 2 | 10 | 0 | 61 | 46 | 46 | 5F | F |
| Octal | 101 | 115 | 2 | 20 | 0 | 141 | 106 | 106 | 137 | 17 |
| Binary | 1000001 | 1001101 | 10 | 10000 | 0 | 1100001 | 1000110 | 1000110 | 1011111 | 1111 |
Color Harmonies of #414D02
Complementary color
Monochromatic Colors of #414D02
Black with #414D02
Text Example
Text Example
White with #414D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D02; }
p { color: rgb(65,77,2); }
H1.HeaderClassName
{
color: #414D02;
}
.AnyTagClassName
{
color: #414D02;
}
</style>
background-color css
<style>
a { background-color: #414D02; }
a { background-color: rgb(65,77,2); }
div.DivClassName
{
background-color: #414D02;
}
.BgClassName
{
background-color: #414D02;
}
</style>
border-color css
<style>
span { border-color: #414D02; }
span { border-color: rgb(65,77,2); }
td.TdClassName
{
border-color: #414D02;
}
.TagClassName
{
border-color: #414D02;
}
</style>