Shades of Verdun Green #424E12
Tints of Verdun Green #424E12
RGB
CMYK
RGB Variations
Color information
#424E12 (or 0x424E12) is known color: Verdun Green. HEX triplet: 42, 4E and 12. RGB value is (66,78,18). Sum of RGB (Red+Green+Blue) = 66+78+18=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 78 (30.86% from 255 or 48.15% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 78 - color contains mainly: green. Hex color #424E12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #424E12 is #BDB1ED. Grayscale: #434343. Windows color (decimal): -12431854 or 1199682. OLE color: 1199682.
HSL color Cylindrical-coordinate representation of color #424E12: hue angle of 72º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #424E12 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 18 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.69 |
| HSL | 72º | 0.63% | 0.19% | - |
| HSV(B) | 72º | 0.77% | 0.31% | - |
| XYZ | 5.08 | 6.65 | 1.59 | - |
| YUV | 67.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 18 | 0.15 | 0 | 0.77 | 0.69 | 72 | 0.63 | 0.19 |
| Hex | 42 | 4E | 12 | F | 0 | 4D | 45 | 48 | 3E | 13 |
| Octal | 102 | 116 | 22 | 17 | 0 | 115 | 105 | 110 | 76 | 23 |
| Binary | 1000010 | 1001110 | 10010 | 1111 | 0 | 1001101 | 1000101 | 1001000 | 111110 | 10011 |
Color Harmonies of #424E12
Complementary color
Monochromatic Colors of #424E12
Black with #424E12
Text Example
Text Example
White with #424E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E12; }
p { color: rgb(66,78,18); }
H1.HeaderClassName
{
color: #424E12;
}
.AnyTagClassName
{
color: #424E12;
}
</style>
background-color css
<style>
a { background-color: #424E12; }
a { background-color: rgb(66,78,18); }
div.DivClassName
{
background-color: #424E12;
}
.BgClassName
{
background-color: #424E12;
}
</style>
border-color css
<style>
span { border-color: #424E12; }
span { border-color: rgb(66,78,18); }
td.TdClassName
{
border-color: #424E12;
}
.TagClassName
{
border-color: #424E12;
}
</style>