Shades of Dark Green Copper #4D8175
Tints of Dark Green Copper #4D8175
RGB
CMYK
RGB Variations
Color information
#4D8175 (or 0x4D8175) is known color: Dark Green Copper. HEX triplet: 4D, 81 and 75. RGB value is (77,129,117). Sum of RGB (Red+Green+Blue) = 77+129+117=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8175 is #B27E8A. Grayscale: #707070. Windows color (decimal): -11697803 or 7700813. OLE color: 7700813.
HSL color Cylindrical-coordinate representation of color #4D8175: hue angle of 166.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4D8175 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 117 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.49 |
| HSL | 166.15º | 0.25% | 0.4% | - |
| HSV(B) | 166.15º | 0.4% | 0.51% | - |
| XYZ | 14.12 | 18.56 | 19.67 | - |
| YUV | 112.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 117 | 0.40 | 0 | 0.09 | 0.49 | 166.15 | 0.25 | 0.4 |
| Hex | 4D | 81 | 75 | 28 | 0 | 9 | 31 | A6 | 19 | 28 |
| Octal | 115 | 201 | 165 | 50 | 0 | 11 | 61 | 246 | 31 | 50 |
| Binary | 1001101 | 10000001 | 1110101 | 101000 | 0 | 1001 | 110001 | 10100110 | 11001 | 101000 |
Color Harmonies of #4D8175
Complementary color
Monochromatic Colors of #4D8175
Black with #4D8175
Text Example
Text Example
White with #4D8175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8175; }
p { color: rgb(77,129,117); }
H1.HeaderClassName
{
color: #4D8175;
}
.AnyTagClassName
{
color: #4D8175;
}
</style>
background-color css
<style>
a { background-color: #4D8175; }
a { background-color: rgb(77,129,117); }
div.DivClassName
{
background-color: #4D8175;
}
.BgClassName
{
background-color: #4D8175;
}
</style>
border-color css
<style>
span { border-color: #4D8175; }
span { border-color: rgb(77,129,117); }
td.TdClassName
{
border-color: #4D8175;
}
.TagClassName
{
border-color: #4D8175;
}
</style>