Shades of Dark Green Copper #47726A
Tints of Dark Green Copper #47726A
RGB
CMYK
RGB Variations
Color information
#47726A (or 0x47726A) is known color: Dark Green Copper. HEX triplet: 47, 72 and 6A. RGB value is (71,114,106). Sum of RGB (Red+Green+Blue) = 71+114+106=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #47726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47726A is #B88D95. Grayscale: #646464. Windows color (decimal): -12094870 or 6976071. OLE color: 6976071.
HSL color Cylindrical-coordinate representation of color #47726A: hue angle of 168.84º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47726A is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 114 | 106 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.55 |
| HSL | 168.84º | 0.23% | 0.36% | - |
| HSV(B) | 168.84º | 0.38% | 0.45% | - |
| XYZ | 11.22 | 14.41 | 15.83 | - |
| YUV | 100.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 106 | 0.38 | 0 | 0.07 | 0.55 | 168.84 | 0.23 | 0.36 |
| Hex | 47 | 72 | 6A | 26 | 0 | 7 | 37 | A9 | 17 | 24 |
| Octal | 107 | 162 | 152 | 46 | 0 | 7 | 67 | 251 | 27 | 44 |
| Binary | 1000111 | 1110010 | 1101010 | 100110 | 0 | 111 | 110111 | 10101001 | 10111 | 100100 |
Color Harmonies of #47726A
Complementary color
Monochromatic Colors of #47726A
Black with #47726A
Text Example
Text Example
White with #47726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47726A; }
p { color: rgb(71,114,106); }
H1.HeaderClassName
{
color: #47726A;
}
.AnyTagClassName
{
color: #47726A;
}
</style>
background-color css
<style>
a { background-color: #47726A; }
a { background-color: rgb(71,114,106); }
div.DivClassName
{
background-color: #47726A;
}
.BgClassName
{
background-color: #47726A;
}
</style>
border-color css
<style>
span { border-color: #47726A; }
span { border-color: rgb(71,114,106); }
td.TdClassName
{
border-color: #47726A;
}
.TagClassName
{
border-color: #47726A;
}
</style>