Shades of Verdun Green #404C03
Tints of Verdun Green #404C03
RGB
CMYK
RGB Variations
Color information
#404C03 (or 0x404C03) is known color: Verdun Green. HEX triplet: 40, 4C and 03. RGB value is (64,76,3). Sum of RGB (Red+Green+Blue) = 64+76+3=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #404C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C03 is #BFB3FC. Grayscale: #404040. Windows color (decimal): -12563453 or 216128. OLE color: 216128.
HSL color Cylindrical-coordinate representation of color #404C03: hue angle of 69.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404C03 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 3 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.70 |
| HSL | 69.86º | 0.92% | 0.15% | - |
| HSV(B) | 69.86º | 0.96% | 0.3% | - |
| XYZ | 4.72 | 6.27 | 1.05 | - |
| YUV | 64.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 3 | 0.16 | 0 | 0.96 | 0.70 | 69.86 | 0.92 | 0.15 |
| Hex | 40 | 4C | 3 | 10 | 0 | 60 | 46 | 46 | 5C | F |
| Octal | 100 | 114 | 3 | 20 | 0 | 140 | 106 | 106 | 134 | 17 |
| Binary | 1000000 | 1001100 | 11 | 10000 | 0 | 1100000 | 1000110 | 1000110 | 1011100 | 1111 |
Color Harmonies of #404C03
Complementary color
Monochromatic Colors of #404C03
Black with #404C03
Text Example
Text Example
White with #404C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C03; }
p { color: rgb(64,76,3); }
H1.HeaderClassName
{
color: #404C03;
}
.AnyTagClassName
{
color: #404C03;
}
</style>
background-color css
<style>
a { background-color: #404C03; }
a { background-color: rgb(64,76,3); }
div.DivClassName
{
background-color: #404C03;
}
.BgClassName
{
background-color: #404C03;
}
</style>
border-color css
<style>
span { border-color: #404C03; }
span { border-color: rgb(64,76,3); }
td.TdClassName
{
border-color: #404C03;
}
.TagClassName
{
border-color: #404C03;
}
</style>