Shades of Verdun Green #40460C
Tints of Verdun Green #40460C
RGB
CMYK
RGB Variations
Color information
#40460C (or 0x40460C) is known color: Verdun Green. HEX triplet: 40, 46 and 0C. RGB value is (64,70,12). Sum of RGB (Red+Green+Blue) = 64+70+12=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #40460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40460C is #BFB9F3. Grayscale: #3D3D3D. Windows color (decimal): -12564980 or 804416. OLE color: 804416.
HSL color Cylindrical-coordinate representation of color #40460C: hue angle of 66.21º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40460C is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 70 | 12 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.73 |
| HSL | 66.21º | 0.71% | 0.16% | - |
| HSV(B) | 66.21º | 0.83% | 0.27% | - |
| XYZ | 4.37 | 5.5 | 1.18 | - |
| YUV | 61.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 12 | 0.09 | 0 | 0.83 | 0.73 | 66.21 | 0.71 | 0.16 |
| Hex | 40 | 46 | C | 9 | 0 | 53 | 49 | 42 | 47 | 10 |
| Octal | 100 | 106 | 14 | 11 | 0 | 123 | 111 | 102 | 107 | 20 |
| Binary | 1000000 | 1000110 | 1100 | 1001 | 0 | 1010011 | 1001001 | 1000010 | 1000111 | 10000 |
Color Harmonies of #40460C
Complementary color
Monochromatic Colors of #40460C
Black with #40460C
Text Example
Text Example
White with #40460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40460C; }
p { color: rgb(64,70,12); }
H1.HeaderClassName
{
color: #40460C;
}
.AnyTagClassName
{
color: #40460C;
}
</style>
background-color css
<style>
a { background-color: #40460C; }
a { background-color: rgb(64,70,12); }
div.DivClassName
{
background-color: #40460C;
}
.BgClassName
{
background-color: #40460C;
}
</style>
border-color css
<style>
span { border-color: #40460C; }
span { border-color: rgb(64,70,12); }
td.TdClassName
{
border-color: #40460C;
}
.TagClassName
{
border-color: #40460C;
}
</style>