Shades of Verdun Green #424C05
Tints of Verdun Green #424C05
RGB
CMYK
RGB Variations
Color information
#424C05 (or 0x424C05) is known color: Verdun Green. HEX triplet: 42, 4C and 05. RGB value is (66,76,5). Sum of RGB (Red+Green+Blue) = 66+76+5=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #424C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424C05 is #BDB3FA. Grayscale: #414141. Windows color (decimal): -12432379 or 347202. OLE color: 347202.
HSL color Cylindrical-coordinate representation of color #424C05: hue angle of 68.45º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #424C05 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 5 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.70 |
| HSL | 68.45º | 0.88% | 0.16% | - |
| HSV(B) | 68.45º | 0.93% | 0.3% | - |
| XYZ | 4.86 | 6.34 | 1.11 | - |
| YUV | 64.92 | 94.19 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 5 | 0.13 | 0 | 0.93 | 0.70 | 68.45 | 0.88 | 0.16 |
| Hex | 42 | 4C | 5 | D | 0 | 5D | 46 | 44 | 58 | 10 |
| Octal | 102 | 114 | 5 | 15 | 0 | 135 | 106 | 104 | 130 | 20 |
| Binary | 1000010 | 1001100 | 101 | 1101 | 0 | 1011101 | 1000110 | 1000100 | 1011000 | 10000 |
Color Harmonies of #424C05
Complementary color
Monochromatic Colors of #424C05
Black with #424C05
Text Example
Text Example
White with #424C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C05; }
p { color: rgb(66,76,5); }
H1.HeaderClassName
{
color: #424C05;
}
.AnyTagClassName
{
color: #424C05;
}
</style>
background-color css
<style>
a { background-color: #424C05; }
a { background-color: rgb(66,76,5); }
div.DivClassName
{
background-color: #424C05;
}
.BgClassName
{
background-color: #424C05;
}
</style>
border-color css
<style>
span { border-color: #424C05; }
span { border-color: rgb(66,76,5); }
td.TdClassName
{
border-color: #424C05;
}
.TagClassName
{
border-color: #424C05;
}
</style>