Shades of Dark Green Copper #4D6862
Tints of Dark Green Copper #4D6862
RGB
CMYK
RGB Variations
Color information
#4D6862 (or 0x4D6862) is known color: Dark Green Copper. HEX triplet: 4D, 68 and 62. RGB value is (77,104,98). Sum of RGB (Red+Green+Blue) = 77+104+98=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6862 is #B2979D. Grayscale: #5F5F5F. Windows color (decimal): -11704222 or 6449229. OLE color: 6449229.
HSL color Cylindrical-coordinate representation of color #4D6862: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6862 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 98 | - |
| CMYK | 0.26 | 0 | 0.06 | 0.59 |
| HSL | 166.67º | 0.15% | 0.35% | - |
| HSV(B) | 166.67º | 0.26% | 0.41% | - |
| XYZ | 10.22 | 12.36 | 13.4 | - |
| YUV | 95.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 98 | 0.26 | 0 | 0.06 | 0.59 | 166.67 | 0.15 | 0.35 |
| Hex | 4D | 68 | 62 | 1A | 0 | 6 | 3B | A7 | F | 23 |
| Octal | 115 | 150 | 142 | 32 | 0 | 6 | 73 | 247 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1100010 | 11010 | 0 | 110 | 111011 | 10100111 | 1111 | 100011 |
Color Harmonies of #4D6862
Complementary color
Monochromatic Colors of #4D6862
Black with #4D6862
Text Example
Text Example
White with #4D6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6862; }
p { color: rgb(77,104,98); }
H1.HeaderClassName
{
color: #4D6862;
}
.AnyTagClassName
{
color: #4D6862;
}
</style>
background-color css
<style>
a { background-color: #4D6862; }
a { background-color: rgb(77,104,98); }
div.DivClassName
{
background-color: #4D6862;
}
.BgClassName
{
background-color: #4D6862;
}
</style>
border-color css
<style>
span { border-color: #4D6862; }
span { border-color: rgb(77,104,98); }
td.TdClassName
{
border-color: #4D6862;
}
.TagClassName
{
border-color: #4D6862;
}
</style>