Shades of Verdun Green #424C1A
Tints of Verdun Green #424C1A
RGB
CMYK
RGB Variations
Color information
#424C1A (or 0x424C1A) is known color: Verdun Green. HEX triplet: 42, 4C and 1A. RGB value is (66,76,26). Sum of RGB (Red+Green+Blue) = 66+76+26=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 76 (30.08% from 255 or 45.24% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 76 - color contains mainly: green. Hex color #424C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424C1A is #BDB3E5. Grayscale: #434343. Windows color (decimal): -12432358 or 1723458. OLE color: 1723458.
HSL color Cylindrical-coordinate representation of color #424C1A: hue angle of 72º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424C1A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 76 | 26 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.70 |
| HSL | 72º | 0.49% | 0.2% | - |
| HSV(B) | 72º | 0.66% | 0.3% | - |
| XYZ | 5.02 | 6.4 | 1.95 | - |
| YUV | 67.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 26 | 0.13 | 0 | 0.66 | 0.70 | 72 | 0.49 | 0.2 |
| Hex | 42 | 4C | 1A | D | 0 | 42 | 46 | 48 | 31 | 14 |
| Octal | 102 | 114 | 32 | 15 | 0 | 102 | 106 | 110 | 61 | 24 |
| Binary | 1000010 | 1001100 | 11010 | 1101 | 0 | 1000010 | 1000110 | 1001000 | 110001 | 10100 |
Color Harmonies of #424C1A
Complementary color
Monochromatic Colors of #424C1A
Black with #424C1A
Text Example
Text Example
White with #424C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C1A; }
p { color: rgb(66,76,26); }
H1.HeaderClassName
{
color: #424C1A;
}
.AnyTagClassName
{
color: #424C1A;
}
</style>
background-color css
<style>
a { background-color: #424C1A; }
a { background-color: rgb(66,76,26); }
div.DivClassName
{
background-color: #424C1A;
}
.BgClassName
{
background-color: #424C1A;
}
</style>
border-color css
<style>
span { border-color: #424C1A; }
span { border-color: rgb(66,76,26); }
td.TdClassName
{
border-color: #424C1A;
}
.TagClassName
{
border-color: #424C1A;
}
</style>