Shades of Verdun Green #404C00
Tints of Verdun Green #404C00
RGB
CMYK
RGB Variations
Color information
#404C00 (or 0x404C00) is known color: Verdun Green. HEX triplet: 40, 4C and 00. RGB value is (64,76,0). Sum of RGB (Red+Green+Blue) = 64+76+0=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 76 (30.08% from 255 or 54.29% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 76 - color contains mainly: green. Hex color #404C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C00 is #BFB3FF. Grayscale: #404040. Windows color (decimal): -12563456 or 19520. OLE color: 19520.
HSL color Cylindrical-coordinate representation of color #404C00: hue angle of 69.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #404C00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.70 |
| HSL | 69.47º | 1% | 0.15% | - |
| HSV(B) | 69.47º | 1% | 0.3% | - |
| XYZ | 4.7 | 6.26 | 0.96 | - |
| YUV | 63.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 0 | 0.16 | 0 | 1 | 0.70 | 69.47 | 1 | 0.15 |
| Hex | 40 | 4C | 0 | 10 | 0 | 64 | 46 | 45 | 64 | F |
| Octal | 100 | 114 | 0 | 20 | 0 | 144 | 106 | 105 | 144 | 17 |
| Binary | 1000000 | 1001100 | 0 | 10000 | 0 | 1100100 | 1000110 | 1000101 | 1100100 | 1111 |
Color Harmonies of #404C00
Complementary color
Monochromatic Colors of #404C00
Black with #404C00
Text Example
Text Example
White with #404C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C00; }
p { color: rgb(64,76,0); }
H1.HeaderClassName
{
color: #404C00;
}
.AnyTagClassName
{
color: #404C00;
}
</style>
background-color css
<style>
a { background-color: #404C00; }
a { background-color: rgb(64,76,0); }
div.DivClassName
{
background-color: #404C00;
}
.BgClassName
{
background-color: #404C00;
}
</style>
border-color css
<style>
span { border-color: #404C00; }
span { border-color: rgb(64,76,0); }
td.TdClassName
{
border-color: #404C00;
}
.TagClassName
{
border-color: #404C00;
}
</style>