Shades of Dark Green Copper #466B64
Tints of Dark Green Copper #466B64
RGB
CMYK
RGB Variations
Color information
#466B64 (or 0x466B64) is known color: Dark Green Copper. HEX triplet: 46, 6B and 64. RGB value is (70,107,100). Sum of RGB (Red+Green+Blue) = 70+107+100=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #466B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466B64 is #B9949B. Grayscale: #5F5F5F. Windows color (decimal): -12162204 or 6581062. OLE color: 6581062.
HSL color Cylindrical-coordinate representation of color #466B64: hue angle of 168.65º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466B64 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 107 | 100 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.58 |
| HSL | 168.65º | 0.21% | 0.35% | - |
| HSV(B) | 168.65º | 0.35% | 0.42% | - |
| XYZ | 10.08 | 12.74 | 13.98 | - |
| YUV | 95.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 100 | 0.35 | 0 | 0.07 | 0.58 | 168.65 | 0.21 | 0.35 |
| Hex | 46 | 6B | 64 | 23 | 0 | 7 | 3A | A9 | 15 | 23 |
| Octal | 106 | 153 | 144 | 43 | 0 | 7 | 72 | 251 | 25 | 43 |
| Binary | 1000110 | 1101011 | 1100100 | 100011 | 0 | 111 | 111010 | 10101001 | 10101 | 100011 |
Color Harmonies of #466B64
Complementary color
Monochromatic Colors of #466B64
Black with #466B64
Text Example
Text Example
White with #466B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466B64; }
p { color: rgb(70,107,100); }
H1.HeaderClassName
{
color: #466B64;
}
.AnyTagClassName
{
color: #466B64;
}
</style>
background-color css
<style>
a { background-color: #466B64; }
a { background-color: rgb(70,107,100); }
div.DivClassName
{
background-color: #466B64;
}
.BgClassName
{
background-color: #466B64;
}
</style>
border-color css
<style>
span { border-color: #466B64; }
span { border-color: rgb(70,107,100); }
td.TdClassName
{
border-color: #466B64;
}
.TagClassName
{
border-color: #466B64;
}
</style>