Shades of Dark Green Copper #4C7365
Tints of Dark Green Copper #4C7365
RGB
CMYK
RGB Variations
Color information
#4C7365 (or 0x4C7365) is known color: Dark Green Copper. HEX triplet: 4C, 73 and 65. RGB value is (76,115,101). Sum of RGB (Red+Green+Blue) = 76+115+101=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7365 is #B38C9A. Grayscale: #656565. Windows color (decimal): -11766939 or 6648652. OLE color: 6648652.
HSL color Cylindrical-coordinate representation of color #4C7365: hue angle of 158.46º degrees, saturation: 0.2, 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 #4C7365 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 101 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.55 |
| HSL | 158.46º | 0.2% | 0.37% | - |
| HSV(B) | 158.46º | 0.34% | 0.45% | - |
| XYZ | 11.46 | 14.74 | 14.55 | - |
| YUV | 101.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 101 | 0.34 | 0 | 0.12 | 0.55 | 158.46 | 0.2 | 0.37 |
| Hex | 4C | 73 | 65 | 22 | 0 | C | 37 | 9E | 14 | 25 |
| Octal | 114 | 163 | 145 | 42 | 0 | 14 | 67 | 236 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1100101 | 100010 | 0 | 1100 | 110111 | 10011110 | 10100 | 100101 |
Color Harmonies of #4C7365
Complementary color
Monochromatic Colors of #4C7365
Black with #4C7365
Text Example
Text Example
White with #4C7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C7365; }
p { color: rgb(76,115,101); }
H1.HeaderClassName
{
color: #4C7365;
}
.AnyTagClassName
{
color: #4C7365;
}
</style>
background-color css
<style>
a { background-color: #4C7365; }
a { background-color: rgb(76,115,101); }
div.DivClassName
{
background-color: #4C7365;
}
.BgClassName
{
background-color: #4C7365;
}
</style>
border-color css
<style>
span { border-color: #4C7365; }
span { border-color: rgb(76,115,101); }
td.TdClassName
{
border-color: #4C7365;
}
.TagClassName
{
border-color: #4C7365;
}
</style>