Shades of Verdun Green #424100
Tints of Verdun Green #424100
RGB
CMYK
RGB Variations
Color information
#424100 (or 0x424100) is known color: Verdun Green. HEX triplet: 42, 41 and 00. RGB value is (66,65,0). Sum of RGB (Red+Green+Blue) = 66+65+0=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #424100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #424100 is #BDBEFF. Grayscale: #3A3A3A. Windows color (decimal): -12435200 or 16706. OLE color: 16706.
HSL color Cylindrical-coordinate representation of color #424100: hue angle of 59.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #424100 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.74 |
| HSL | 59.09º | 1% | 0.13% | - |
| HSV(B) | 59.09º | 1% | 0.26% | - |
| XYZ | 4.14 | 4.94 | 0.74 | - |
| YUV | 57.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 0 | 0 | 0.02 | 1 | 0.74 | 59.09 | 1 | 0.13 |
| Hex | 42 | 41 | 0 | 0 | 2 | 64 | 4A | 3B | 64 | D |
| Octal | 102 | 101 | 0 | 0 | 2 | 144 | 112 | 73 | 144 | 15 |
| Binary | 1000010 | 1000001 | 0 | 0 | 10 | 1100100 | 1001010 | 111011 | 1100100 | 1101 |
Color Harmonies of #424100
Complementary color
Monochromatic Colors of #424100
Black with #424100
Text Example
Text Example
White with #424100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424100; }
p { color: rgb(66,65,0); }
H1.HeaderClassName
{
color: #424100;
}
.AnyTagClassName
{
color: #424100;
}
</style>
background-color css
<style>
a { background-color: #424100; }
a { background-color: rgb(66,65,0); }
div.DivClassName
{
background-color: #424100;
}
.BgClassName
{
background-color: #424100;
}
</style>
border-color css
<style>
span { border-color: #424100; }
span { border-color: rgb(66,65,0); }
td.TdClassName
{
border-color: #424100;
}
.TagClassName
{
border-color: #424100;
}
</style>