Shades of Dark Green Copper #4A8176
Tints of Dark Green Copper #4A8176
RGB
CMYK
RGB Variations
Color information
#4A8176 (or 0x4A8176) is known color: Dark Green Copper. HEX triplet: 4A, 81 and 76. RGB value is (74,129,118). Sum of RGB (Red+Green+Blue) = 74+129+118=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #4A8176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8176 is #B57E89. Grayscale: #6F6F6F. Windows color (decimal): -11894410 or 7766346. OLE color: 7766346.
HSL color Cylindrical-coordinate representation of color #4A8176: hue angle of 168º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A8176 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 74 | 129 | 118 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.49 |
| HSL | 168º | 0.27% | 0.4% | - |
| HSV(B) | 168º | 0.43% | 0.51% | - |
| XYZ | 13.94 | 18.46 | 19.97 | - |
| YUV | 111.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 118 | 0.43 | 0 | 0.09 | 0.49 | 168 | 0.27 | 0.4 |
| Hex | 4A | 81 | 76 | 2B | 0 | 9 | 31 | A8 | 1B | 28 |
| Octal | 112 | 201 | 166 | 53 | 0 | 11 | 61 | 250 | 33 | 50 |
| Binary | 1001010 | 10000001 | 1110110 | 101011 | 0 | 1001 | 110001 | 10101000 | 11011 | 101000 |
Color Harmonies of #4A8176
Complementary color
Monochromatic Colors of #4A8176
Black with #4A8176
Text Example
Text Example
White with #4A8176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8176; }
p { color: rgb(74,129,118); }
H1.HeaderClassName
{
color: #4A8176;
}
.AnyTagClassName
{
color: #4A8176;
}
</style>
background-color css
<style>
a { background-color: #4A8176; }
a { background-color: rgb(74,129,118); }
div.DivClassName
{
background-color: #4A8176;
}
.BgClassName
{
background-color: #4A8176;
}
</style>
border-color css
<style>
span { border-color: #4A8176; }
span { border-color: rgb(74,129,118); }
td.TdClassName
{
border-color: #4A8176;
}
.TagClassName
{
border-color: #4A8176;
}
</style>