Shades of Dark Green Copper #4A716C
Tints of Dark Green Copper #4A716C
RGB
CMYK
RGB Variations
Color information
#4A716C (or 0x4A716C) is known color: Dark Green Copper. HEX triplet: 4A, 71 and 6C. RGB value is (74,113,108). Sum of RGB (Red+Green+Blue) = 74+113+108=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #4A716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A716C is #B58E93. Grayscale: #646464. Windows color (decimal): -11898516 or 7106890. OLE color: 7106890.
HSL color Cylindrical-coordinate representation of color #4A716C: hue angle of 172.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A716C is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 74 | 113 | 108 | - |
| CMYK | 0.35 | 0 | 0.04 | 0.56 |
| HSL | 172.31º | 0.21% | 0.37% | - |
| HSV(B) | 172.31º | 0.35% | 0.44% | - |
| XYZ | 11.44 | 14.35 | 16.35 | - |
| YUV | 100.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 113 | 108 | 0.35 | 0 | 0.04 | 0.56 | 172.31 | 0.21 | 0.37 |
| Hex | 4A | 71 | 6C | 23 | 0 | 4 | 38 | AC | 15 | 25 |
| Octal | 112 | 161 | 154 | 43 | 0 | 4 | 70 | 254 | 25 | 45 |
| Binary | 1001010 | 1110001 | 1101100 | 100011 | 0 | 100 | 111000 | 10101100 | 10101 | 100101 |
Color Harmonies of #4A716C
Complementary color
Monochromatic Colors of #4A716C
Black with #4A716C
Text Example
Text Example
White with #4A716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A716C; }
p { color: rgb(74,113,108); }
H1.HeaderClassName
{
color: #4A716C;
}
.AnyTagClassName
{
color: #4A716C;
}
</style>
background-color css
<style>
a { background-color: #4A716C; }
a { background-color: rgb(74,113,108); }
div.DivClassName
{
background-color: #4A716C;
}
.BgClassName
{
background-color: #4A716C;
}
</style>
border-color css
<style>
span { border-color: #4A716C; }
span { border-color: rgb(74,113,108); }
td.TdClassName
{
border-color: #4A716C;
}
.TagClassName
{
border-color: #4A716C;
}
</style>