Shades of Dark Green Copper #47736C
Tints of Dark Green Copper #47736C
RGB
CMYK
RGB Variations
Color information
#47736C (or 0x47736C) is known color: Dark Green Copper. HEX triplet: 47, 73 and 6C. RGB value is (71,115,108). Sum of RGB (Red+Green+Blue) = 71+115+108=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #47736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47736C is #B88C93. Grayscale: #656565. Windows color (decimal): -12094612 or 7107399. OLE color: 7107399.
HSL color Cylindrical-coordinate representation of color #47736C: hue angle of 170.45º degrees, saturation: 0.24, 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 #47736C is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 108 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.55 |
| HSL | 170.45º | 0.24% | 0.36% | - |
| HSV(B) | 170.45º | 0.38% | 0.45% | - |
| XYZ | 11.44 | 14.68 | 16.42 | - |
| YUV | 101.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 108 | 0.38 | 0 | 0.06 | 0.55 | 170.45 | 0.24 | 0.36 |
| Hex | 47 | 73 | 6C | 26 | 0 | 6 | 37 | AA | 18 | 24 |
| Octal | 107 | 163 | 154 | 46 | 0 | 6 | 67 | 252 | 30 | 44 |
| Binary | 1000111 | 1110011 | 1101100 | 100110 | 0 | 110 | 110111 | 10101010 | 11000 | 100100 |
Color Harmonies of #47736C
Complementary color
Monochromatic Colors of #47736C
Black with #47736C
Text Example
Text Example
White with #47736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47736C; }
p { color: rgb(71,115,108); }
H1.HeaderClassName
{
color: #47736C;
}
.AnyTagClassName
{
color: #47736C;
}
</style>
background-color css
<style>
a { background-color: #47736C; }
a { background-color: rgb(71,115,108); }
div.DivClassName
{
background-color: #47736C;
}
.BgClassName
{
background-color: #47736C;
}
</style>
border-color css
<style>
span { border-color: #47736C; }
span { border-color: rgb(71,115,108); }
td.TdClassName
{
border-color: #47736C;
}
.TagClassName
{
border-color: #47736C;
}
</style>