Shades of Dark Green Copper #49726A
Tints of Dark Green Copper #49726A
RGB
CMYK
RGB Variations
Color information
#49726A (or 0x49726A) is known color: Dark Green Copper. HEX triplet: 49, 72 and 6A. RGB value is (73,114,106). Sum of RGB (Red+Green+Blue) = 73+114+106=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #49726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726A is #B68D95. Grayscale: #646464. Windows color (decimal): -11963798 or 6976073. OLE color: 6976073.
HSL color Cylindrical-coordinate representation of color #49726A: hue angle of 168.29º 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 #49726A is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 106 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.55 |
| HSL | 168.29º | 0.22% | 0.37% | - |
| HSV(B) | 168.29º | 0.36% | 0.45% | - |
| XYZ | 11.37 | 14.49 | 15.83 | - |
| YUV | 100.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 106 | 0.36 | 0 | 0.07 | 0.55 | 168.29 | 0.22 | 0.37 |
| Hex | 49 | 72 | 6A | 24 | 0 | 7 | 37 | A8 | 16 | 25 |
| Octal | 111 | 162 | 152 | 44 | 0 | 7 | 67 | 250 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1101010 | 100100 | 0 | 111 | 110111 | 10101000 | 10110 | 100101 |
Color Harmonies of #49726A
Complementary color
Monochromatic Colors of #49726A
Black with #49726A
Text Example
Text Example
White with #49726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49726A; }
p { color: rgb(73,114,106); }
H1.HeaderClassName
{
color: #49726A;
}
.AnyTagClassName
{
color: #49726A;
}
</style>
background-color css
<style>
a { background-color: #49726A; }
a { background-color: rgb(73,114,106); }
div.DivClassName
{
background-color: #49726A;
}
.BgClassName
{
background-color: #49726A;
}
</style>
border-color css
<style>
span { border-color: #49726A; }
span { border-color: rgb(73,114,106); }
td.TdClassName
{
border-color: #49726A;
}
.TagClassName
{
border-color: #49726A;
}
</style>