Shades of Verdun Green #424A0A
Tints of Verdun Green #424A0A
RGB
CMYK
RGB Variations
Color information
#424A0A (or 0x424A0A) is known color: Verdun Green. HEX triplet: 42, 4A and 0A. RGB value is (66,74,10). Sum of RGB (Red+Green+Blue) = 66+74+10=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 10 (4.30% from 255 or 6.67% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #424A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424A0A is #BDB5F5. Grayscale: #404040. Windows color (decimal): -12432886 or 674370. OLE color: 674370.
HSL color Cylindrical-coordinate representation of color #424A0A: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #424A0A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 74 | 10 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.71 |
| HSL | 67.5º | 0.76% | 0.16% | - |
| HSV(B) | 67.5º | 0.86% | 0.29% | - |
| XYZ | 4.75 | 6.08 | 1.21 | - |
| YUV | 64.31 | 97.35 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 10 | 0.11 | 0 | 0.86 | 0.71 | 67.5 | 0.76 | 0.16 |
| Hex | 42 | 4A | A | B | 0 | 56 | 47 | 44 | 4C | 10 |
| Octal | 102 | 112 | 12 | 13 | 0 | 126 | 107 | 104 | 114 | 20 |
| Binary | 1000010 | 1001010 | 1010 | 1011 | 0 | 1010110 | 1000111 | 1000100 | 1001100 | 10000 |
Color Harmonies of #424A0A
Complementary color
Monochromatic Colors of #424A0A
Black with #424A0A
Text Example
Text Example
White with #424A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A0A; }
p { color: rgb(66,74,10); }
H1.HeaderClassName
{
color: #424A0A;
}
.AnyTagClassName
{
color: #424A0A;
}
</style>
background-color css
<style>
a { background-color: #424A0A; }
a { background-color: rgb(66,74,10); }
div.DivClassName
{
background-color: #424A0A;
}
.BgClassName
{
background-color: #424A0A;
}
</style>
border-color css
<style>
span { border-color: #424A0A; }
span { border-color: rgb(66,74,10); }
td.TdClassName
{
border-color: #424A0A;
}
.TagClassName
{
border-color: #424A0A;
}
</style>