Shades of Verdun Green #424104
Tints of Verdun Green #424104
RGB
CMYK
RGB Variations
Color information
#424104 (or 0x424104) is known color: Verdun Green. HEX triplet: 42, 41 and 04. RGB value is (66,65,4). Sum of RGB (Red+Green+Blue) = 66+65+4=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #424104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424104 is #BDBEFB. Grayscale: #3A3A3A. Windows color (decimal): -12435196 or 278850. OLE color: 278850.
HSL color Cylindrical-coordinate representation of color #424104: hue angle of 59.03º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #424104 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 4 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.74 |
| HSL | 59.03º | 0.89% | 0.14% | - |
| HSV(B) | 59.03º | 0.94% | 0.26% | - |
| XYZ | 4.16 | 4.95 | 0.85 | - |
| YUV | 58.35 | 97.33 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 4 | 0 | 0.02 | 0.94 | 0.74 | 59.03 | 0.89 | 0.14 |
| Hex | 42 | 41 | 4 | 0 | 2 | 5E | 4A | 3B | 59 | E |
| Octal | 102 | 101 | 4 | 0 | 2 | 136 | 112 | 73 | 131 | 16 |
| Binary | 1000010 | 1000001 | 100 | 0 | 10 | 1011110 | 1001010 | 111011 | 1011001 | 1110 |
Color Harmonies of #424104
Complementary color
Monochromatic Colors of #424104
Black with #424104
Text Example
Text Example
White with #424104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424104; }
p { color: rgb(66,65,4); }
H1.HeaderClassName
{
color: #424104;
}
.AnyTagClassName
{
color: #424104;
}
</style>
background-color css
<style>
a { background-color: #424104; }
a { background-color: rgb(66,65,4); }
div.DivClassName
{
background-color: #424104;
}
.BgClassName
{
background-color: #424104;
}
</style>
border-color css
<style>
span { border-color: #424104; }
span { border-color: rgb(66,65,4); }
td.TdClassName
{
border-color: #424104;
}
.TagClassName
{
border-color: #424104;
}
</style>