Shades of Dark Green Copper #4B7265
Tints of Dark Green Copper #4B7265
RGB
CMYK
RGB Variations
Color information
#4B7265 (or 0x4B7265) is known color: Dark Green Copper. HEX triplet: 4B, 72 and 65. RGB value is (75,114,101). Sum of RGB (Red+Green+Blue) = 75+114+101=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7265 is #B48D9A. Grayscale: #646464. Windows color (decimal): -11832731 or 6648395. OLE color: 6648395.
HSL color Cylindrical-coordinate representation of color #4B7265: hue angle of 160º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B7265 is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 75 | 114 | 101 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.55 |
| HSL | 160º | 0.21% | 0.37% | - |
| HSV(B) | 160º | 0.34% | 0.45% | - |
| XYZ | 11.27 | 14.47 | 14.51 | - |
| YUV | 100.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 114 | 101 | 0.34 | 0 | 0.11 | 0.55 | 160 | 0.21 | 0.37 |
| Hex | 4B | 72 | 65 | 22 | 0 | B | 37 | A0 | 15 | 25 |
| Octal | 113 | 162 | 145 | 42 | 0 | 13 | 67 | 240 | 25 | 45 |
| Binary | 1001011 | 1110010 | 1100101 | 100010 | 0 | 1011 | 110111 | 10100000 | 10101 | 100101 |
Color Harmonies of #4B7265
Complementary color
Monochromatic Colors of #4B7265
Black with #4B7265
Text Example
Text Example
White with #4B7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7265; }
p { color: rgb(75,114,101); }
H1.HeaderClassName
{
color: #4B7265;
}
.AnyTagClassName
{
color: #4B7265;
}
</style>
background-color css
<style>
a { background-color: #4B7265; }
a { background-color: rgb(75,114,101); }
div.DivClassName
{
background-color: #4B7265;
}
.BgClassName
{
background-color: #4B7265;
}
</style>
border-color css
<style>
span { border-color: #4B7265; }
span { border-color: rgb(75,114,101); }
td.TdClassName
{
border-color: #4B7265;
}
.TagClassName
{
border-color: #4B7265;
}
</style>