Shades of Verdun Green #424304
Tints of Verdun Green #424304
RGB
CMYK
RGB Variations
Color information
#424304 (or 0x424304) is known color: Verdun Green. HEX triplet: 42, 43 and 04. RGB value is (66,67,4). Sum of RGB (Red+Green+Blue) = 66+67+4=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #424304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424304 is #BDBCFB. Grayscale: #3B3B3B. Windows color (decimal): -12434684 or 279362. OLE color: 279362.
HSL color Cylindrical-coordinate representation of color #424304: hue angle of 60.95º 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 #424304 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 67 | 4 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.74 |
| HSL | 60.95º | 0.89% | 0.14% | - |
| HSV(B) | 60.95º | 0.94% | 0.26% | - |
| XYZ | 4.28 | 5.18 | 0.89 | - |
| YUV | 59.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 4 | 0.01 | 0 | 0.94 | 0.74 | 60.95 | 0.89 | 0.14 |
| Hex | 42 | 43 | 4 | 1 | 0 | 5E | 4A | 3D | 59 | E |
| Octal | 102 | 103 | 4 | 1 | 0 | 136 | 112 | 75 | 131 | 16 |
| Binary | 1000010 | 1000011 | 100 | 1 | 0 | 1011110 | 1001010 | 111101 | 1011001 | 1110 |
Color Harmonies of #424304
Complementary color
Monochromatic Colors of #424304
Black with #424304
Text Example
Text Example
White with #424304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424304; }
p { color: rgb(66,67,4); }
H1.HeaderClassName
{
color: #424304;
}
.AnyTagClassName
{
color: #424304;
}
</style>
background-color css
<style>
a { background-color: #424304; }
a { background-color: rgb(66,67,4); }
div.DivClassName
{
background-color: #424304;
}
.BgClassName
{
background-color: #424304;
}
</style>
border-color css
<style>
span { border-color: #424304; }
span { border-color: rgb(66,67,4); }
td.TdClassName
{
border-color: #424304;
}
.TagClassName
{
border-color: #424304;
}
</style>