Shades of Dark Green Copper #49726B
Tints of Dark Green Copper #49726B
RGB
CMYK
RGB Variations
Color information
#49726B (or 0x49726B) is known color: Dark Green Copper. HEX triplet: 49, 72 and 6B. RGB value is (73,114,107). Sum of RGB (Red+Green+Blue) = 73+114+107=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #49726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726B is #B68D94. Grayscale: #646464. Windows color (decimal): -11963797 or 7041609. OLE color: 7041609.
HSL color Cylindrical-coordinate representation of color #49726B: hue angle of 169.76º 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 #49726B is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 107 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.55 |
| HSL | 169.76º | 0.22% | 0.37% | - |
| HSV(B) | 169.76º | 0.36% | 0.45% | - |
| XYZ | 11.42 | 14.51 | 16.11 | - |
| YUV | 100.94 | 131.42 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 107 | 0.36 | 0 | 0.06 | 0.55 | 169.76 | 0.22 | 0.37 |
| Hex | 49 | 72 | 6B | 24 | 0 | 6 | 37 | AA | 16 | 25 |
| Octal | 111 | 162 | 153 | 44 | 0 | 6 | 67 | 252 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1101011 | 100100 | 0 | 110 | 110111 | 10101010 | 10110 | 100101 |
Color Harmonies of #49726B
Complementary color
Monochromatic Colors of #49726B
Black with #49726B
Text Example
Text Example
White with #49726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49726B; }
p { color: rgb(73,114,107); }
H1.HeaderClassName
{
color: #49726B;
}
.AnyTagClassName
{
color: #49726B;
}
</style>
background-color css
<style>
a { background-color: #49726B; }
a { background-color: rgb(73,114,107); }
div.DivClassName
{
background-color: #49726B;
}
.BgClassName
{
background-color: #49726B;
}
</style>
border-color css
<style>
span { border-color: #49726B; }
span { border-color: rgb(73,114,107); }
td.TdClassName
{
border-color: #49726B;
}
.TagClassName
{
border-color: #49726B;
}
</style>