Shades of Verdun Green #424D03
Tints of Verdun Green #424D03
RGB
CMYK
RGB Variations
Color information
#424D03 (or 0x424D03) is known color: Verdun Green. HEX triplet: 42, 4D and 03. RGB value is (66,77,3). Sum of RGB (Red+Green+Blue) = 66+77+3=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 77 (30.47% from 255 or 52.74% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 77 - color contains mainly: green. Hex color #424D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424D03 is #BDB2FC. Grayscale: #414141. Windows color (decimal): -12432125 or 216386. OLE color: 216386.
HSL color Cylindrical-coordinate representation of color #424D03: hue angle of 68.92º 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 #424D03 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 77 | 3 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.70 |
| HSL | 68.92º | 0.93% | 0.16% | - |
| HSV(B) | 68.92º | 0.96% | 0.3% | - |
| XYZ | 4.92 | 6.47 | 1.08 | - |
| YUV | 65.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 3 | 0.14 | 0 | 0.96 | 0.70 | 68.92 | 0.93 | 0.16 |
| Hex | 42 | 4D | 3 | E | 0 | 60 | 46 | 45 | 5C | 10 |
| Octal | 102 | 115 | 3 | 16 | 0 | 140 | 106 | 105 | 134 | 20 |
| Binary | 1000010 | 1001101 | 11 | 1110 | 0 | 1100000 | 1000110 | 1000101 | 1011100 | 10000 |
Color Harmonies of #424D03
Complementary color
Monochromatic Colors of #424D03
Black with #424D03
Text Example
Text Example
White with #424D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424D03; }
p { color: rgb(66,77,3); }
H1.HeaderClassName
{
color: #424D03;
}
.AnyTagClassName
{
color: #424D03;
}
</style>
background-color css
<style>
a { background-color: #424D03; }
a { background-color: rgb(66,77,3); }
div.DivClassName
{
background-color: #424D03;
}
.BgClassName
{
background-color: #424D03;
}
</style>
border-color css
<style>
span { border-color: #424D03; }
span { border-color: rgb(66,77,3); }
td.TdClassName
{
border-color: #424D03;
}
.TagClassName
{
border-color: #424D03;
}
</style>