Shades of Dark Green Copper #486962
Tints of Dark Green Copper #486962
RGB
CMYK
RGB Variations
Color information
#486962 (or 0x486962) is known color: Dark Green Copper. HEX triplet: 48, 69 and 62. RGB value is (72,105,98). Sum of RGB (Red+Green+Blue) = 72+105+98=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #486962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486962 is #B7969D. Grayscale: #5E5E5E. Windows color (decimal): -12031646 or 6449480. OLE color: 6449480.
HSL color Cylindrical-coordinate representation of color #486962: hue angle of 167.27º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486962 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 105 | 98 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.59 |
| HSL | 167.27º | 0.19% | 0.35% | - |
| HSV(B) | 167.27º | 0.31% | 0.41% | - |
| XYZ | 9.93 | 12.36 | 13.42 | - |
| YUV | 94.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 98 | 0.31 | 0 | 0.07 | 0.59 | 167.27 | 0.19 | 0.35 |
| Hex | 48 | 69 | 62 | 1F | 0 | 7 | 3B | A7 | 13 | 23 |
| Octal | 110 | 151 | 142 | 37 | 0 | 7 | 73 | 247 | 23 | 43 |
| Binary | 1001000 | 1101001 | 1100010 | 11111 | 0 | 111 | 111011 | 10100111 | 10011 | 100011 |
Color Harmonies of #486962
Complementary color
Monochromatic Colors of #486962
Black with #486962
Text Example
Text Example
White with #486962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486962; }
p { color: rgb(72,105,98); }
H1.HeaderClassName
{
color: #486962;
}
.AnyTagClassName
{
color: #486962;
}
</style>
background-color css
<style>
a { background-color: #486962; }
a { background-color: rgb(72,105,98); }
div.DivClassName
{
background-color: #486962;
}
.BgClassName
{
background-color: #486962;
}
</style>
border-color css
<style>
span { border-color: #486962; }
span { border-color: rgb(72,105,98); }
td.TdClassName
{
border-color: #486962;
}
.TagClassName
{
border-color: #486962;
}
</style>