Shades of Verdun Green #404703
Tints of Verdun Green #404703
RGB
CMYK
RGB Variations
Color information
#404703 (or 0x404703) is known color: Verdun Green. HEX triplet: 40, 47 and 03. RGB value is (64,71,3). Sum of RGB (Red+Green+Blue) = 64+71+3=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #404703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404703 is #BFB8FC. Grayscale: #3D3D3D. Windows color (decimal): -12564733 or 214848. OLE color: 214848.
HSL color Cylindrical-coordinate representation of color #404703: hue angle of 66.18º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404703 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 71 | 3 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.72 |
| HSL | 66.18º | 0.92% | 0.15% | - |
| HSV(B) | 66.18º | 0.96% | 0.28% | - |
| XYZ | 4.38 | 5.6 | 0.94 | - |
| YUV | 61.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 3 | 0.10 | 0 | 0.96 | 0.72 | 66.18 | 0.92 | 0.15 |
| Hex | 40 | 47 | 3 | A | 0 | 60 | 48 | 42 | 5C | F |
| Octal | 100 | 107 | 3 | 12 | 0 | 140 | 110 | 102 | 134 | 17 |
| Binary | 1000000 | 1000111 | 11 | 1010 | 0 | 1100000 | 1001000 | 1000010 | 1011100 | 1111 |
Color Harmonies of #404703
Complementary color
Monochromatic Colors of #404703
Black with #404703
Text Example
Text Example
White with #404703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404703; }
p { color: rgb(64,71,3); }
H1.HeaderClassName
{
color: #404703;
}
.AnyTagClassName
{
color: #404703;
}
</style>
background-color css
<style>
a { background-color: #404703; }
a { background-color: rgb(64,71,3); }
div.DivClassName
{
background-color: #404703;
}
.BgClassName
{
background-color: #404703;
}
</style>
border-color css
<style>
span { border-color: #404703; }
span { border-color: rgb(64,71,3); }
td.TdClassName
{
border-color: #404703;
}
.TagClassName
{
border-color: #404703;
}
</style>