Shades of Dark Green Copper #468277
Tints of Dark Green Copper #468277
RGB
CMYK
RGB Variations
Color information
#468277 (or 0x468277) is known color: Dark Green Copper. HEX triplet: 46, 82 and 77. RGB value is (70,130,119). Sum of RGB (Red+Green+Blue) = 70+130+119=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #468277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468277 is #B97D88. Grayscale: #6E6E6E. Windows color (decimal): -12156297 or 7832134. OLE color: 7832134.
HSL color Cylindrical-coordinate representation of color #468277: hue angle of 169º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468277 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 130 | 119 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.49 |
| HSL | 169º | 0.3% | 0.39% | - |
| HSV(B) | 169º | 0.46% | 0.51% | - |
| XYZ | 13.84 | 18.6 | 20.31 | - |
| YUV | 110.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 119 | 0.46 | 0 | 0.08 | 0.49 | 169 | 0.3 | 0.39 |
| Hex | 46 | 82 | 77 | 2E | 0 | 8 | 31 | A9 | 1E | 27 |
| Octal | 106 | 202 | 167 | 56 | 0 | 10 | 61 | 251 | 36 | 47 |
| Binary | 1000110 | 10000010 | 1110111 | 101110 | 0 | 1000 | 110001 | 10101001 | 11110 | 100111 |
Color Harmonies of #468277
Complementary color
Monochromatic Colors of #468277
Black with #468277
Text Example
Text Example
White with #468277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468277; }
p { color: rgb(70,130,119); }
H1.HeaderClassName
{
color: #468277;
}
.AnyTagClassName
{
color: #468277;
}
</style>
background-color css
<style>
a { background-color: #468277; }
a { background-color: rgb(70,130,119); }
div.DivClassName
{
background-color: #468277;
}
.BgClassName
{
background-color: #468277;
}
</style>
border-color css
<style>
span { border-color: #468277; }
span { border-color: rgb(70,130,119); }
td.TdClassName
{
border-color: #468277;
}
.TagClassName
{
border-color: #468277;
}
</style>