Shades of Dark Green Copper #49726F
Tints of Dark Green Copper #49726F
RGB
CMYK
RGB Variations
Color information
#49726F (or 0x49726F) is known color: Dark Green Copper. HEX triplet: 49, 72 and 6F. RGB value is (73,114,111). Sum of RGB (Red+Green+Blue) = 73+114+111=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #49726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726F is #B68D90. Grayscale: #656565. Windows color (decimal): -11963793 or 7303753. OLE color: 7303753.
HSL color Cylindrical-coordinate representation of color #49726F: hue angle of 175.61º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49726F is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 111 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.55 |
| HSL | 175.61º | 0.22% | 0.37% | - |
| HSV(B) | 175.61º | 0.36% | 0.45% | - |
| XYZ | 11.63 | 14.6 | 17.24 | - |
| YUV | 101.4 | 133.42 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 111 | 0.36 | 0 | 0.03 | 0.55 | 175.61 | 0.22 | 0.37 |
| Hex | 49 | 72 | 6F | 24 | 0 | 3 | 37 | B0 | 16 | 25 |
| Octal | 111 | 162 | 157 | 44 | 0 | 3 | 67 | 260 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1101111 | 100100 | 0 | 11 | 110111 | 10110000 | 10110 | 100101 |
Color Harmonies of #49726F
Complementary color
Monochromatic Colors of #49726F
Black with #49726F
Text Example
Text Example
White with #49726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49726F; }
p { color: rgb(73,114,111); }
H1.HeaderClassName
{
color: #49726F;
}
.AnyTagClassName
{
color: #49726F;
}
</style>
background-color css
<style>
a { background-color: #49726F; }
a { background-color: rgb(73,114,111); }
div.DivClassName
{
background-color: #49726F;
}
.BgClassName
{
background-color: #49726F;
}
</style>
border-color css
<style>
span { border-color: #49726F; }
span { border-color: rgb(73,114,111); }
td.TdClassName
{
border-color: #49726F;
}
.TagClassName
{
border-color: #49726F;
}
</style>