Shades of Dark Green Copper #4A7465
Tints of Dark Green Copper #4A7465
RGB
CMYK
RGB Variations
Color information
#4A7465 (or 0x4A7465) is known color: Dark Green Copper. HEX triplet: 4A, 74 and 65. RGB value is (74,116,101). Sum of RGB (Red+Green+Blue) = 74+116+101=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7465 is #B58B9A. Grayscale: #656565. Windows color (decimal): -11897755 or 6648906. OLE color: 6648906.
HSL color Cylindrical-coordinate representation of color #4A7465: hue angle of 158.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7465 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 101 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.55 |
| HSL | 158.57º | 0.22% | 0.37% | - |
| HSV(B) | 158.57º | 0.36% | 0.45% | - |
| XYZ | 11.42 | 14.89 | 14.58 | - |
| YUV | 101.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 101 | 0.36 | 0 | 0.13 | 0.55 | 158.57 | 0.22 | 0.37 |
| Hex | 4A | 74 | 65 | 24 | 0 | D | 37 | 9F | 16 | 25 |
| Octal | 112 | 164 | 145 | 44 | 0 | 15 | 67 | 237 | 26 | 45 |
| Binary | 1001010 | 1110100 | 1100101 | 100100 | 0 | 1101 | 110111 | 10011111 | 10110 | 100101 |
Color Harmonies of #4A7465
Complementary color
Monochromatic Colors of #4A7465
Black with #4A7465
Text Example
Text Example
White with #4A7465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7465; }
p { color: rgb(74,116,101); }
H1.HeaderClassName
{
color: #4A7465;
}
.AnyTagClassName
{
color: #4A7465;
}
</style>
background-color css
<style>
a { background-color: #4A7465; }
a { background-color: rgb(74,116,101); }
div.DivClassName
{
background-color: #4A7465;
}
.BgClassName
{
background-color: #4A7465;
}
</style>
border-color css
<style>
span { border-color: #4A7465; }
span { border-color: rgb(74,116,101); }
td.TdClassName
{
border-color: #4A7465;
}
.TagClassName
{
border-color: #4A7465;
}
</style>