Shades of Verdun Green #424A0C
Tints of Verdun Green #424A0C
RGB
CMYK
RGB Variations
Color information
#424A0C (or 0x424A0C) is known color: Verdun Green. HEX triplet: 42, 4A and 0C. RGB value is (66,74,12). Sum of RGB (Red+Green+Blue) = 66+74+12=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #424A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424A0C is #BDB5F3. Grayscale: #404040. Windows color (decimal): -12432884 or 805442. OLE color: 805442.
HSL color Cylindrical-coordinate representation of color #424A0C: hue angle of 67.74º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #424A0C is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 74 | 12 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.71 |
| HSL | 67.74º | 0.72% | 0.17% | - |
| HSV(B) | 67.74º | 0.84% | 0.29% | - |
| XYZ | 4.76 | 6.08 | 1.27 | - |
| YUV | 64.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 12 | 0.11 | 0 | 0.84 | 0.71 | 67.74 | 0.72 | 0.17 |
| Hex | 42 | 4A | C | B | 0 | 54 | 47 | 44 | 48 | 11 |
| Octal | 102 | 112 | 14 | 13 | 0 | 124 | 107 | 104 | 110 | 21 |
| Binary | 1000010 | 1001010 | 1100 | 1011 | 0 | 1010100 | 1000111 | 1000100 | 1001000 | 10001 |
Color Harmonies of #424A0C
Complementary color
Monochromatic Colors of #424A0C
Black with #424A0C
Text Example
Text Example
White with #424A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A0C; }
p { color: rgb(66,74,12); }
H1.HeaderClassName
{
color: #424A0C;
}
.AnyTagClassName
{
color: #424A0C;
}
</style>
background-color css
<style>
a { background-color: #424A0C; }
a { background-color: rgb(66,74,12); }
div.DivClassName
{
background-color: #424A0C;
}
.BgClassName
{
background-color: #424A0C;
}
</style>
border-color css
<style>
span { border-color: #424A0C; }
span { border-color: rgb(66,74,12); }
td.TdClassName
{
border-color: #424A0C;
}
.TagClassName
{
border-color: #424A0C;
}
</style>