Shades of Dark Green Copper #477B6D
Tints of Dark Green Copper #477B6D
RGB
CMYK
RGB Variations
Color information
#477B6D (or 0x477B6D) is known color: Dark Green Copper. HEX triplet: 47, 7B and 6D. RGB value is (71,123,109). Sum of RGB (Red+Green+Blue) = 71+123+109=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #477B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B6D is #B88492. Grayscale: #696969. Windows color (decimal): -12092563 or 7174983. OLE color: 7174983.
HSL color Cylindrical-coordinate representation of color #477B6D: hue angle of 163.85º degrees, saturation: 0.27, 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 #477B6D is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 71 | 123 | 109 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.52 |
| HSL | 163.85º | 0.27% | 0.38% | - |
| HSV(B) | 163.85º | 0.42% | 0.48% | - |
| XYZ | 12.44 | 16.61 | 17.02 | - |
| YUV | 105.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 123 | 109 | 0.42 | 0 | 0.11 | 0.52 | 163.85 | 0.27 | 0.38 |
| Hex | 47 | 7B | 6D | 2A | 0 | B | 34 | A4 | 1B | 26 |
| Octal | 107 | 173 | 155 | 52 | 0 | 13 | 64 | 244 | 33 | 46 |
| Binary | 1000111 | 1111011 | 1101101 | 101010 | 0 | 1011 | 110100 | 10100100 | 11011 | 100110 |
Color Harmonies of #477B6D
Complementary color
Monochromatic Colors of #477B6D
Black with #477B6D
Text Example
Text Example
White with #477B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477B6D; }
p { color: rgb(71,123,109); }
H1.HeaderClassName
{
color: #477B6D;
}
.AnyTagClassName
{
color: #477B6D;
}
</style>
background-color css
<style>
a { background-color: #477B6D; }
a { background-color: rgb(71,123,109); }
div.DivClassName
{
background-color: #477B6D;
}
.BgClassName
{
background-color: #477B6D;
}
</style>
border-color css
<style>
span { border-color: #477B6D; }
span { border-color: rgb(71,123,109); }
td.TdClassName
{
border-color: #477B6D;
}
.TagClassName
{
border-color: #477B6D;
}
</style>