Shades of Dark Green Copper #47726B
Tints of Dark Green Copper #47726B
RGB
CMYK
RGB Variations
Color information
#47726B (or 0x47726B) is known color: Dark Green Copper. HEX triplet: 47, 72 and 6B. RGB value is (71,114,107). Sum of RGB (Red+Green+Blue) = 71+114+107=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #47726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47726B is #B88D94. Grayscale: #646464. Windows color (decimal): -12094869 or 7041607. OLE color: 7041607.
HSL color Cylindrical-coordinate representation of color #47726B: hue angle of 170.23º 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 #47726B is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 114 | 107 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.55 |
| HSL | 170.23º | 0.23% | 0.36% | - |
| HSV(B) | 170.23º | 0.38% | 0.45% | - |
| XYZ | 11.27 | 14.44 | 16.1 | - |
| YUV | 100.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 107 | 0.38 | 0 | 0.06 | 0.55 | 170.23 | 0.23 | 0.36 |
| Hex | 47 | 72 | 6B | 26 | 0 | 6 | 37 | AA | 17 | 24 |
| Octal | 107 | 162 | 153 | 46 | 0 | 6 | 67 | 252 | 27 | 44 |
| Binary | 1000111 | 1110010 | 1101011 | 100110 | 0 | 110 | 110111 | 10101010 | 10111 | 100100 |
Color Harmonies of #47726B
Complementary color
Monochromatic Colors of #47726B
Black with #47726B
Text Example
Text Example
White with #47726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47726B; }
p { color: rgb(71,114,107); }
H1.HeaderClassName
{
color: #47726B;
}
.AnyTagClassName
{
color: #47726B;
}
</style>
background-color css
<style>
a { background-color: #47726B; }
a { background-color: rgb(71,114,107); }
div.DivClassName
{
background-color: #47726B;
}
.BgClassName
{
background-color: #47726B;
}
</style>
border-color css
<style>
span { border-color: #47726B; }
span { border-color: rgb(71,114,107); }
td.TdClassName
{
border-color: #47726B;
}
.TagClassName
{
border-color: #47726B;
}
</style>