Shades of Dark Green Copper #477369
Tints of Dark Green Copper #477369
RGB
CMYK
RGB Variations
Color information
#477369 (or 0x477369) is known color: Dark Green Copper. HEX triplet: 47, 73 and 69. RGB value is (71,115,105). Sum of RGB (Red+Green+Blue) = 71+115+105=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #477369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477369 is #B88C96. Grayscale: #646464. Windows color (decimal): -12094615 or 6910791. OLE color: 6910791.
HSL color Cylindrical-coordinate representation of color #477369: hue angle of 166.36º 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 #477369 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 105 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.55 |
| HSL | 166.36º | 0.24% | 0.36% | - |
| HSV(B) | 166.36º | 0.38% | 0.45% | - |
| XYZ | 11.28 | 14.62 | 15.59 | - |
| YUV | 100.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 105 | 0.38 | 0 | 0.09 | 0.55 | 166.36 | 0.24 | 0.36 |
| Hex | 47 | 73 | 69 | 26 | 0 | 9 | 37 | A6 | 18 | 24 |
| Octal | 107 | 163 | 151 | 46 | 0 | 11 | 67 | 246 | 30 | 44 |
| Binary | 1000111 | 1110011 | 1101001 | 100110 | 0 | 1001 | 110111 | 10100110 | 11000 | 100100 |
Color Harmonies of #477369
Complementary color
Monochromatic Colors of #477369
Black with #477369
Text Example
Text Example
White with #477369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477369; }
p { color: rgb(71,115,105); }
H1.HeaderClassName
{
color: #477369;
}
.AnyTagClassName
{
color: #477369;
}
</style>
background-color css
<style>
a { background-color: #477369; }
a { background-color: rgb(71,115,105); }
div.DivClassName
{
background-color: #477369;
}
.BgClassName
{
background-color: #477369;
}
</style>
border-color css
<style>
span { border-color: #477369; }
span { border-color: rgb(71,115,105); }
td.TdClassName
{
border-color: #477369;
}
.TagClassName
{
border-color: #477369;
}
</style>