Shades of Dark Green Copper #4D8075
Tints of Dark Green Copper #4D8075
RGB
CMYK
RGB Variations
Color information
#4D8075 (or 0x4D8075) is known color: Dark Green Copper. HEX triplet: 4D, 80 and 75. RGB value is (77,128,117). Sum of RGB (Red+Green+Blue) = 77+128+117=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8075 is #B27F8A. Grayscale: #6F6F6F. Windows color (decimal): -11698059 or 7700557. OLE color: 7700557.
HSL color Cylindrical-coordinate representation of color #4D8075: hue angle of 167.06º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8075 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 128 | 117 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.50 |
| HSL | 167.06º | 0.25% | 0.4% | - |
| HSV(B) | 167.06º | 0.4% | 0.5% | - |
| XYZ | 13.99 | 18.3 | 19.62 | - |
| YUV | 111.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 128 | 117 | 0.40 | 0 | 0.09 | 0.50 | 167.06 | 0.25 | 0.4 |
| Hex | 4D | 80 | 75 | 28 | 0 | 9 | 32 | A7 | 19 | 28 |
| Octal | 115 | 200 | 165 | 50 | 0 | 11 | 62 | 247 | 31 | 50 |
| Binary | 1001101 | 10000000 | 1110101 | 101000 | 0 | 1001 | 110010 | 10100111 | 11001 | 101000 |
Color Harmonies of #4D8075
Complementary color
Monochromatic Colors of #4D8075
Black with #4D8075
Text Example
Text Example
White with #4D8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8075; }
p { color: rgb(77,128,117); }
H1.HeaderClassName
{
color: #4D8075;
}
.AnyTagClassName
{
color: #4D8075;
}
</style>
background-color css
<style>
a { background-color: #4D8075; }
a { background-color: rgb(77,128,117); }
div.DivClassName
{
background-color: #4D8075;
}
.BgClassName
{
background-color: #4D8075;
}
</style>
border-color css
<style>
span { border-color: #4D8075; }
span { border-color: rgb(77,128,117); }
td.TdClassName
{
border-color: #4D8075;
}
.TagClassName
{
border-color: #4D8075;
}
</style>