Shades of Dark Green Copper #4B7F71
Tints of Dark Green Copper #4B7F71
RGB
CMYK
RGB Variations
Color information
#4B7F71 (or 0x4B7F71) is known color: Dark Green Copper. HEX triplet: 4B, 7F and 71. RGB value is (75,127,113). Sum of RGB (Red+Green+Blue) = 75+127+113=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #4B7F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7F71 is #B4808E. Grayscale: #6D6D6D. Windows color (decimal): -11829391 or 7438155. OLE color: 7438155.
HSL color Cylindrical-coordinate representation of color #4B7F71: hue angle of 163.85º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B7F71 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 127 | 113 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.50 |
| HSL | 163.85º | 0.26% | 0.4% | - |
| HSV(B) | 163.85º | 0.41% | 0.5% | - |
| XYZ | 13.47 | 17.87 | 18.36 | - |
| YUV | 109.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 113 | 0.41 | 0 | 0.11 | 0.50 | 163.85 | 0.26 | 0.4 |
| Hex | 4B | 7F | 71 | 29 | 0 | B | 32 | A4 | 1A | 28 |
| Octal | 113 | 177 | 161 | 51 | 0 | 13 | 62 | 244 | 32 | 50 |
| Binary | 1001011 | 1111111 | 1110001 | 101001 | 0 | 1011 | 110010 | 10100100 | 11010 | 101000 |
Color Harmonies of #4B7F71
Complementary color
Monochromatic Colors of #4B7F71
Black with #4B7F71
Text Example
Text Example
White with #4B7F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7F71; }
p { color: rgb(75,127,113); }
H1.HeaderClassName
{
color: #4B7F71;
}
.AnyTagClassName
{
color: #4B7F71;
}
</style>
background-color css
<style>
a { background-color: #4B7F71; }
a { background-color: rgb(75,127,113); }
div.DivClassName
{
background-color: #4B7F71;
}
.BgClassName
{
background-color: #4B7F71;
}
</style>
border-color css
<style>
span { border-color: #4B7F71; }
span { border-color: rgb(75,127,113); }
td.TdClassName
{
border-color: #4B7F71;
}
.TagClassName
{
border-color: #4B7F71;
}
</style>