Shades of Dark Green Copper #4A726C
Tints of Dark Green Copper #4A726C
RGB
CMYK
RGB Variations
Color information
#4A726C (or 0x4A726C) is known color: Dark Green Copper. HEX triplet: 4A, 72 and 6C. RGB value is (74,114,108). Sum of RGB (Red+Green+Blue) = 74+114+108=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #4A726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A726C is #B58D93. Grayscale: #656565. Windows color (decimal): -11898260 or 7107146. OLE color: 7107146.
HSL color Cylindrical-coordinate representation of color #4A726C: hue angle of 171º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A726C is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 108 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.55 |
| HSL | 171º | 0.21% | 0.37% | - |
| HSV(B) | 171º | 0.35% | 0.45% | - |
| XYZ | 11.55 | 14.57 | 16.39 | - |
| YUV | 101.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 108 | 0.35 | 0 | 0.05 | 0.55 | 171 | 0.21 | 0.37 |
| Hex | 4A | 72 | 6C | 23 | 0 | 5 | 37 | AB | 15 | 25 |
| Octal | 112 | 162 | 154 | 43 | 0 | 5 | 67 | 253 | 25 | 45 |
| Binary | 1001010 | 1110010 | 1101100 | 100011 | 0 | 101 | 110111 | 10101011 | 10101 | 100101 |
Color Harmonies of #4A726C
Complementary color
Monochromatic Colors of #4A726C
Black with #4A726C
Text Example
Text Example
White with #4A726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A726C; }
p { color: rgb(74,114,108); }
H1.HeaderClassName
{
color: #4A726C;
}
.AnyTagClassName
{
color: #4A726C;
}
</style>
background-color css
<style>
a { background-color: #4A726C; }
a { background-color: rgb(74,114,108); }
div.DivClassName
{
background-color: #4A726C;
}
.BgClassName
{
background-color: #4A726C;
}
</style>
border-color css
<style>
span { border-color: #4A726C; }
span { border-color: rgb(74,114,108); }
td.TdClassName
{
border-color: #4A726C;
}
.TagClassName
{
border-color: #4A726C;
}
</style>