Shades of Verdun Green #404300
Tints of Verdun Green #404300
RGB
CMYK
RGB Variations
Color information
#404300 (or 0x404300) is known color: Verdun Green. HEX triplet: 40, 43 and 00. RGB value is (64,67,0). Sum of RGB (Red+Green+Blue) = 64+67+0=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #404300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404300 is #BFBCFF. Grayscale: #3A3A3A. Windows color (decimal): -12565760 or 17216. OLE color: 17216.
HSL color Cylindrical-coordinate representation of color #404300: hue angle of 62.69º 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 #404300 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.74 |
| HSL | 62.69º | 1% | 0.13% | - |
| HSV(B) | 62.69º | 1% | 0.26% | - |
| XYZ | 4.12 | 5.1 | 0.77 | - |
| YUV | 58.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 0 | 0.04 | 0 | 1 | 0.74 | 62.69 | 1 | 0.13 |
| Hex | 40 | 43 | 0 | 4 | 0 | 64 | 4A | 3F | 64 | D |
| Octal | 100 | 103 | 0 | 4 | 0 | 144 | 112 | 77 | 144 | 15 |
| Binary | 1000000 | 1000011 | 0 | 100 | 0 | 1100100 | 1001010 | 111111 | 1100100 | 1101 |
Color Harmonies of #404300
Complementary color
Monochromatic Colors of #404300
Black with #404300
Text Example
Text Example
White with #404300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404300; }
p { color: rgb(64,67,0); }
H1.HeaderClassName
{
color: #404300;
}
.AnyTagClassName
{
color: #404300;
}
</style>
background-color css
<style>
a { background-color: #404300; }
a { background-color: rgb(64,67,0); }
div.DivClassName
{
background-color: #404300;
}
.BgClassName
{
background-color: #404300;
}
</style>
border-color css
<style>
span { border-color: #404300; }
span { border-color: rgb(64,67,0); }
td.TdClassName
{
border-color: #404300;
}
.TagClassName
{
border-color: #404300;
}
</style>