Shades of Dark Green Copper #466A62
Tints of Dark Green Copper #466A62
RGB
CMYK
RGB Variations
Color information
#466A62 (or 0x466A62) is known color: Dark Green Copper. HEX triplet: 46, 6A and 62. RGB value is (70,106,98). Sum of RGB (Red+Green+Blue) = 70+106+98=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #466A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A62 is #B9959D. Grayscale: #5E5E5E. Windows color (decimal): -12162462 or 6449734. OLE color: 6449734.
HSL color Cylindrical-coordinate representation of color #466A62: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A62 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 106 | 98 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.58 |
| HSL | 166.67º | 0.2% | 0.35% | - |
| HSV(B) | 166.67º | 0.34% | 0.42% | - |
| XYZ | 9.88 | 12.49 | 13.45 | - |
| YUV | 94.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 98 | 0.34 | 0 | 0.08 | 0.58 | 166.67 | 0.2 | 0.35 |
| Hex | 46 | 6A | 62 | 22 | 0 | 8 | 3A | A7 | 14 | 23 |
| Octal | 106 | 152 | 142 | 42 | 0 | 10 | 72 | 247 | 24 | 43 |
| Binary | 1000110 | 1101010 | 1100010 | 100010 | 0 | 1000 | 111010 | 10100111 | 10100 | 100011 |
Color Harmonies of #466A62
Complementary color
Monochromatic Colors of #466A62
Black with #466A62
Text Example
Text Example
White with #466A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466A62; }
p { color: rgb(70,106,98); }
H1.HeaderClassName
{
color: #466A62;
}
.AnyTagClassName
{
color: #466A62;
}
</style>
background-color css
<style>
a { background-color: #466A62; }
a { background-color: rgb(70,106,98); }
div.DivClassName
{
background-color: #466A62;
}
.BgClassName
{
background-color: #466A62;
}
</style>
border-color css
<style>
span { border-color: #466A62; }
span { border-color: rgb(70,106,98); }
td.TdClassName
{
border-color: #466A62;
}
.TagClassName
{
border-color: #466A62;
}
</style>