Shades of Dark Green Copper #466C6A
Tints of Dark Green Copper #466C6A
RGB
CMYK
RGB Variations
Color information
#466C6A (or 0x466C6A) is known color: Dark Green Copper. HEX triplet: 46, 6C and 6A. RGB value is (70,108,106). Sum of RGB (Red+Green+Blue) = 70+108+106=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #466C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466C6A is #B99395. Grayscale: #606060. Windows color (decimal): -12161942 or 6974534. OLE color: 6974534.
HSL color Cylindrical-coordinate representation of color #466C6A: hue angle of 176.84º 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 #466C6A is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 108 | 106 | - |
| CMYK | 0.35 | 0 | 0.02 | 0.58 |
| HSL | 176.84º | 0.21% | 0.35% | - |
| HSV(B) | 176.84º | 0.35% | 0.42% | - |
| XYZ | 10.49 | 13.07 | 15.61 | - |
| YUV | 96.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 106 | 0.35 | 0 | 0.02 | 0.58 | 176.84 | 0.21 | 0.35 |
| Hex | 46 | 6C | 6A | 23 | 0 | 2 | 3A | B1 | 15 | 23 |
| Octal | 106 | 154 | 152 | 43 | 0 | 2 | 72 | 261 | 25 | 43 |
| Binary | 1000110 | 1101100 | 1101010 | 100011 | 0 | 10 | 111010 | 10110001 | 10101 | 100011 |
Color Harmonies of #466C6A
Complementary color
Monochromatic Colors of #466C6A
Black with #466C6A
Text Example
Text Example
White with #466C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466C6A; }
p { color: rgb(70,108,106); }
H1.HeaderClassName
{
color: #466C6A;
}
.AnyTagClassName
{
color: #466C6A;
}
</style>
background-color css
<style>
a { background-color: #466C6A; }
a { background-color: rgb(70,108,106); }
div.DivClassName
{
background-color: #466C6A;
}
.BgClassName
{
background-color: #466C6A;
}
</style>
border-color css
<style>
span { border-color: #466C6A; }
span { border-color: rgb(70,108,106); }
td.TdClassName
{
border-color: #466C6A;
}
.TagClassName
{
border-color: #466C6A;
}
</style>