Shades of Verdun Green #424412
Tints of Verdun Green #424412
RGB
CMYK
RGB Variations
Color information
#424412 (or 0x424412) is known color: Verdun Green. HEX triplet: 42, 44 and 12. RGB value is (66,68,18). Sum of RGB (Red+Green+Blue) = 66+68+18=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #424412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424412 is #BDBBED. Grayscale: #3D3D3D. Windows color (decimal): -12434414 or 1197122. OLE color: 1197122.
HSL color Cylindrical-coordinate representation of color #424412: hue angle of 62.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #424412 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 66 | 68 | 18 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.73 |
| HSL | 62.4º | 0.58% | 0.17% | - |
| HSV(B) | 62.4º | 0.74% | 0.27% | - |
| XYZ | 4.42 | 5.34 | 1.37 | - |
| YUV | 61.7 | 103.34 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 18 | 0.03 | 0 | 0.74 | 0.73 | 62.4 | 0.58 | 0.17 |
| Hex | 42 | 44 | 12 | 3 | 0 | 4A | 49 | 3E | 3A | 11 |
| Octal | 102 | 104 | 22 | 3 | 0 | 112 | 111 | 76 | 72 | 21 |
| Binary | 1000010 | 1000100 | 10010 | 11 | 0 | 1001010 | 1001001 | 111110 | 111010 | 10001 |
Color Harmonies of #424412
Complementary color
Monochromatic Colors of #424412
Black with #424412
Text Example
Text Example
White with #424412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424412; }
p { color: rgb(66,68,18); }
H1.HeaderClassName
{
color: #424412;
}
.AnyTagClassName
{
color: #424412;
}
</style>
background-color css
<style>
a { background-color: #424412; }
a { background-color: rgb(66,68,18); }
div.DivClassName
{
background-color: #424412;
}
.BgClassName
{
background-color: #424412;
}
</style>
border-color css
<style>
span { border-color: #424412; }
span { border-color: rgb(66,68,18); }
td.TdClassName
{
border-color: #424412;
}
.TagClassName
{
border-color: #424412;
}
</style>