Shades of Verdun Green #40460A
Tints of Verdun Green #40460A
RGB
CMYK
RGB Variations
Color information
#40460A (or 0x40460A) is known color: Verdun Green. HEX triplet: 40, 46 and 0A. RGB value is (64,70,10). Sum of RGB (Red+Green+Blue) = 64+70+10=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 70 (27.73% from 255 or 48.61% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 70 - color contains mainly: green. Hex color #40460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40460A is #BFB9F5. Grayscale: #3D3D3D. Windows color (decimal): -12564982 or 673344. OLE color: 673344.
HSL color Cylindrical-coordinate representation of color #40460A: hue angle of 66º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40460A is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 10 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.73 |
| HSL | 66º | 0.75% | 0.16% | - |
| HSV(B) | 66º | 0.86% | 0.27% | - |
| XYZ | 4.36 | 5.49 | 1.12 | - |
| YUV | 61.37 | 99.01 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 10 | 0.09 | 0 | 0.86 | 0.73 | 66 | 0.75 | 0.16 |
| Hex | 40 | 46 | A | 9 | 0 | 56 | 49 | 42 | 4B | 10 |
| Octal | 100 | 106 | 12 | 11 | 0 | 126 | 111 | 102 | 113 | 20 |
| Binary | 1000000 | 1000110 | 1010 | 1001 | 0 | 1010110 | 1001001 | 1000010 | 1001011 | 10000 |
Color Harmonies of #40460A
Complementary color
Monochromatic Colors of #40460A
Black with #40460A
Text Example
Text Example
White with #40460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40460A; }
p { color: rgb(64,70,10); }
H1.HeaderClassName
{
color: #40460A;
}
.AnyTagClassName
{
color: #40460A;
}
</style>
background-color css
<style>
a { background-color: #40460A; }
a { background-color: rgb(64,70,10); }
div.DivClassName
{
background-color: #40460A;
}
.BgClassName
{
background-color: #40460A;
}
</style>
border-color css
<style>
span { border-color: #40460A; }
span { border-color: rgb(64,70,10); }
td.TdClassName
{
border-color: #40460A;
}
.TagClassName
{
border-color: #40460A;
}
</style>