Shades of Dark Green Copper #4B7065
Tints of Dark Green Copper #4B7065
RGB
CMYK
RGB Variations
Color information
#4B7065 (or 0x4B7065) is known color: Dark Green Copper. HEX triplet: 4B, 70 and 65. RGB value is (75,112,101). Sum of RGB (Red+Green+Blue) = 75+112+101=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7065 is #B48F9A. Grayscale: #636363. Windows color (decimal): -11833243 or 6647883. OLE color: 6647883.
HSL color Cylindrical-coordinate representation of color #4B7065: hue angle of 162.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B7065 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 101 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.56 |
| HSL | 162.16º | 0.2% | 0.37% | - |
| HSV(B) | 162.16º | 0.33% | 0.44% | - |
| XYZ | 11.04 | 14.02 | 14.44 | - |
| YUV | 99.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 101 | 0.33 | 0 | 0.10 | 0.56 | 162.16 | 0.2 | 0.37 |
| Hex | 4B | 70 | 65 | 21 | 0 | A | 38 | A2 | 14 | 25 |
| Octal | 113 | 160 | 145 | 41 | 0 | 12 | 70 | 242 | 24 | 45 |
| Binary | 1001011 | 1110000 | 1100101 | 100001 | 0 | 1010 | 111000 | 10100010 | 10100 | 100101 |
Color Harmonies of #4B7065
Complementary color
Monochromatic Colors of #4B7065
Black with #4B7065
Text Example
Text Example
White with #4B7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7065; }
p { color: rgb(75,112,101); }
H1.HeaderClassName
{
color: #4B7065;
}
.AnyTagClassName
{
color: #4B7065;
}
</style>
background-color css
<style>
a { background-color: #4B7065; }
a { background-color: rgb(75,112,101); }
div.DivClassName
{
background-color: #4B7065;
}
.BgClassName
{
background-color: #4B7065;
}
</style>
border-color css
<style>
span { border-color: #4B7065; }
span { border-color: rgb(75,112,101); }
td.TdClassName
{
border-color: #4B7065;
}
.TagClassName
{
border-color: #4B7065;
}
</style>