Shades of Dark Green Copper #406964
Tints of Dark Green Copper #406964
RGB
CMYK
RGB Variations
Color information
#406964 (or 0x406964) is known color: Dark Green Copper. HEX triplet: 40, 69 and 64. RGB value is (64,105,100). Sum of RGB (Red+Green+Blue) = 64+105+100=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #406964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406964 is #BF969B. Grayscale: #5C5C5C. Windows color (decimal): -12555932 or 6580544. OLE color: 6580544.
HSL color Cylindrical-coordinate representation of color #406964: hue angle of 172.68º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406964 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 100 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.59 |
| HSL | 172.68º | 0.24% | 0.33% | - |
| HSV(B) | 172.68º | 0.39% | 0.41% | - |
| XYZ | 9.47 | 12.11 | 13.9 | - |
| YUV | 92.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 100 | 0.39 | 0 | 0.05 | 0.59 | 172.68 | 0.24 | 0.33 |
| Hex | 40 | 69 | 64 | 27 | 0 | 5 | 3B | AD | 18 | 21 |
| Octal | 100 | 151 | 144 | 47 | 0 | 5 | 73 | 255 | 30 | 41 |
| Binary | 1000000 | 1101001 | 1100100 | 100111 | 0 | 101 | 111011 | 10101101 | 11000 | 100001 |
Color Harmonies of #406964
Complementary color
Monochromatic Colors of #406964
Black with #406964
Text Example
Text Example
White with #406964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406964; }
p { color: rgb(64,105,100); }
H1.HeaderClassName
{
color: #406964;
}
.AnyTagClassName
{
color: #406964;
}
</style>
background-color css
<style>
a { background-color: #406964; }
a { background-color: rgb(64,105,100); }
div.DivClassName
{
background-color: #406964;
}
.BgClassName
{
background-color: #406964;
}
</style>
border-color css
<style>
span { border-color: #406964; }
span { border-color: rgb(64,105,100); }
td.TdClassName
{
border-color: #406964;
}
.TagClassName
{
border-color: #406964;
}
</style>