Shades of Dark Green Copper #476C6A
Tints of Dark Green Copper #476C6A
RGB
CMYK
RGB Variations
Color information
#476C6A (or 0x476C6A) is known color: Dark Green Copper. HEX triplet: 47, 6C and 6A. RGB value is (71,108,106). Sum of RGB (Red+Green+Blue) = 71+108+106=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #476C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C6A is #B89395. Grayscale: #606060. Windows color (decimal): -12096406 or 6974535. OLE color: 6974535.
HSL color Cylindrical-coordinate representation of color #476C6A: hue angle of 176.76º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476C6A is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 106 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.58 |
| HSL | 176.76º | 0.21% | 0.35% | - |
| HSV(B) | 176.76º | 0.34% | 0.42% | - |
| XYZ | 10.56 | 13.11 | 15.61 | - |
| YUV | 96.71 | 133.24 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 106 | 0.34 | 0 | 0.02 | 0.58 | 176.76 | 0.21 | 0.35 |
| Hex | 47 | 6C | 6A | 22 | 0 | 2 | 3A | B1 | 15 | 23 |
| Octal | 107 | 154 | 152 | 42 | 0 | 2 | 72 | 261 | 25 | 43 |
| Binary | 1000111 | 1101100 | 1101010 | 100010 | 0 | 10 | 111010 | 10110001 | 10101 | 100011 |
Color Harmonies of #476C6A
Complementary color
Monochromatic Colors of #476C6A
Black with #476C6A
Text Example
Text Example
White with #476C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C6A; }
p { color: rgb(71,108,106); }
H1.HeaderClassName
{
color: #476C6A;
}
.AnyTagClassName
{
color: #476C6A;
}
</style>
background-color css
<style>
a { background-color: #476C6A; }
a { background-color: rgb(71,108,106); }
div.DivClassName
{
background-color: #476C6A;
}
.BgClassName
{
background-color: #476C6A;
}
</style>
border-color css
<style>
span { border-color: #476C6A; }
span { border-color: rgb(71,108,106); }
td.TdClassName
{
border-color: #476C6A;
}
.TagClassName
{
border-color: #476C6A;
}
</style>