Shades of Dark Green Copper #406B65
Tints of Dark Green Copper #406B65
RGB
CMYK
RGB Variations
Color information
#406B65 (or 0x406B65) is known color: Dark Green Copper. HEX triplet: 40, 6B and 65. RGB value is (64,107,101). Sum of RGB (Red+Green+Blue) = 64+107+101=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #406B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B65 is #BF949A. Grayscale: #5D5D5D. Windows color (decimal): -12555419 or 6646592. OLE color: 6646592.
HSL color Cylindrical-coordinate representation of color #406B65: hue angle of 171.63º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B65 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 101 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.58 |
| HSL | 171.63º | 0.25% | 0.34% | - |
| HSV(B) | 171.63º | 0.4% | 0.42% | - |
| XYZ | 9.72 | 12.54 | 14.22 | - |
| YUV | 93.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 101 | 0.40 | 0 | 0.06 | 0.58 | 171.63 | 0.25 | 0.34 |
| Hex | 40 | 6B | 65 | 28 | 0 | 6 | 3A | AC | 19 | 22 |
| Octal | 100 | 153 | 145 | 50 | 0 | 6 | 72 | 254 | 31 | 42 |
| Binary | 1000000 | 1101011 | 1100101 | 101000 | 0 | 110 | 111010 | 10101100 | 11001 | 100010 |
Color Harmonies of #406B65
Complementary color
Monochromatic Colors of #406B65
Black with #406B65
Text Example
Text Example
White with #406B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B65; }
p { color: rgb(64,107,101); }
H1.HeaderClassName
{
color: #406B65;
}
.AnyTagClassName
{
color: #406B65;
}
</style>
background-color css
<style>
a { background-color: #406B65; }
a { background-color: rgb(64,107,101); }
div.DivClassName
{
background-color: #406B65;
}
.BgClassName
{
background-color: #406B65;
}
</style>
border-color css
<style>
span { border-color: #406B65; }
span { border-color: rgb(64,107,101); }
td.TdClassName
{
border-color: #406B65;
}
.TagClassName
{
border-color: #406B65;
}
</style>