Shades of Verdun Green #404301
Tints of Verdun Green #404301
RGB
CMYK
RGB Variations
Color information
#404301 (or 0x404301) is known color: Verdun Green. HEX triplet: 40, 43 and 01. RGB value is (64,67,1). Sum of RGB (Red+Green+Blue) = 64+67+1=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #404301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404301 is #BFBCFE. Grayscale: #3A3A3A. Windows color (decimal): -12565759 or 82752. OLE color: 82752.
HSL color Cylindrical-coordinate representation of color #404301: hue angle of 62.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #404301 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.74 |
| HSL | 62.73º | 0.97% | 0.13% | - |
| HSV(B) | 62.73º | 0.99% | 0.26% | - |
| XYZ | 4.13 | 5.11 | 0.8 | - |
| YUV | 58.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 1 | 0.04 | 0 | 0.99 | 0.74 | 62.73 | 0.97 | 0.13 |
| Hex | 40 | 43 | 1 | 4 | 0 | 63 | 4A | 3F | 61 | D |
| Octal | 100 | 103 | 1 | 4 | 0 | 143 | 112 | 77 | 141 | 15 |
| Binary | 1000000 | 1000011 | 1 | 100 | 0 | 1100011 | 1001010 | 111111 | 1100001 | 1101 |
Color Harmonies of #404301
Complementary color
Monochromatic Colors of #404301
Black with #404301
Text Example
Text Example
White with #404301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404301; }
p { color: rgb(64,67,1); }
H1.HeaderClassName
{
color: #404301;
}
.AnyTagClassName
{
color: #404301;
}
</style>
background-color css
<style>
a { background-color: #404301; }
a { background-color: rgb(64,67,1); }
div.DivClassName
{
background-color: #404301;
}
.BgClassName
{
background-color: #404301;
}
</style>
border-color css
<style>
span { border-color: #404301; }
span { border-color: rgb(64,67,1); }
td.TdClassName
{
border-color: #404301;
}
.TagClassName
{
border-color: #404301;
}
</style>