Shades of Dark Green Copper #4B6D65
Tints of Dark Green Copper #4B6D65
RGB
CMYK
RGB Variations
Color information
#4B6D65 (or 0x4B6D65) is known color: Dark Green Copper. HEX triplet: 4B, 6D and 65. RGB value is (75,109,101). Sum of RGB (Red+Green+Blue) = 75+109+101=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #4B6D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6D65 is #B4929A. Grayscale: #616161. Windows color (decimal): -11834011 or 6647115. OLE color: 6647115.
HSL color Cylindrical-coordinate representation of color #4B6D65: hue angle of 165.88º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B6D65 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 109 | 101 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.57 |
| HSL | 165.88º | 0.18% | 0.36% | - |
| HSV(B) | 165.88º | 0.31% | 0.43% | - |
| XYZ | 10.72 | 13.37 | 14.33 | - |
| YUV | 97.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 109 | 101 | 0.31 | 0 | 0.07 | 0.57 | 165.88 | 0.18 | 0.36 |
| Hex | 4B | 6D | 65 | 1F | 0 | 7 | 39 | A6 | 12 | 24 |
| Octal | 113 | 155 | 145 | 37 | 0 | 7 | 71 | 246 | 22 | 44 |
| Binary | 1001011 | 1101101 | 1100101 | 11111 | 0 | 111 | 111001 | 10100110 | 10010 | 100100 |
Color Harmonies of #4B6D65
Complementary color
Monochromatic Colors of #4B6D65
Black with #4B6D65
Text Example
Text Example
White with #4B6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6D65; }
p { color: rgb(75,109,101); }
H1.HeaderClassName
{
color: #4B6D65;
}
.AnyTagClassName
{
color: #4B6D65;
}
</style>
background-color css
<style>
a { background-color: #4B6D65; }
a { background-color: rgb(75,109,101); }
div.DivClassName
{
background-color: #4B6D65;
}
.BgClassName
{
background-color: #4B6D65;
}
</style>
border-color css
<style>
span { border-color: #4B6D65; }
span { border-color: rgb(75,109,101); }
td.TdClassName
{
border-color: #4B6D65;
}
.TagClassName
{
border-color: #4B6D65;
}
</style>