Shades of Dark Green Copper #477A6C
Tints of Dark Green Copper #477A6C
RGB
CMYK
RGB Variations
Color information
#477A6C (or 0x477A6C) is known color: Dark Green Copper. HEX triplet: 47, 7A and 6C. RGB value is (71,122,108). Sum of RGB (Red+Green+Blue) = 71+122+108=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #477A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A6C is #B88593. Grayscale: #696969. Windows color (decimal): -12092820 or 7109191. OLE color: 7109191.
HSL color Cylindrical-coordinate representation of color #477A6C: hue angle of 163.53º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A6C is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 122 | 108 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.52 |
| HSL | 163.53º | 0.26% | 0.38% | - |
| HSV(B) | 163.53º | 0.42% | 0.48% | - |
| XYZ | 12.26 | 16.34 | 16.7 | - |
| YUV | 105.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 122 | 108 | 0.42 | 0 | 0.11 | 0.52 | 163.53 | 0.26 | 0.38 |
| Hex | 47 | 7A | 6C | 2A | 0 | B | 34 | A4 | 1A | 26 |
| Octal | 107 | 172 | 154 | 52 | 0 | 13 | 64 | 244 | 32 | 46 |
| Binary | 1000111 | 1111010 | 1101100 | 101010 | 0 | 1011 | 110100 | 10100100 | 11010 | 100110 |
Color Harmonies of #477A6C
Complementary color
Monochromatic Colors of #477A6C
Black with #477A6C
Text Example
Text Example
White with #477A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477A6C; }
p { color: rgb(71,122,108); }
H1.HeaderClassName
{
color: #477A6C;
}
.AnyTagClassName
{
color: #477A6C;
}
</style>
background-color css
<style>
a { background-color: #477A6C; }
a { background-color: rgb(71,122,108); }
div.DivClassName
{
background-color: #477A6C;
}
.BgClassName
{
background-color: #477A6C;
}
</style>
border-color css
<style>
span { border-color: #477A6C; }
span { border-color: rgb(71,122,108); }
td.TdClassName
{
border-color: #477A6C;
}
.TagClassName
{
border-color: #477A6C;
}
</style>