Shades of Dark Green Copper #498074
Tints of Dark Green Copper #498074
RGB
CMYK
RGB Variations
Color information
#498074 (or 0x498074) is known color: Dark Green Copper. HEX triplet: 49, 80 and 74. RGB value is (73,128,116). Sum of RGB (Red+Green+Blue) = 73+128+116=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #498074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498074 is #B67F8B. Grayscale: #6E6E6E. Windows color (decimal): -11960204 or 7635017. OLE color: 7635017.
HSL color Cylindrical-coordinate representation of color #498074: hue angle of 166.91º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498074 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 128 | 116 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.50 |
| HSL | 166.91º | 0.27% | 0.39% | - |
| HSV(B) | 166.91º | 0.43% | 0.5% | - |
| XYZ | 13.62 | 18.12 | 19.3 | - |
| YUV | 110.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 116 | 0.43 | 0 | 0.09 | 0.50 | 166.91 | 0.27 | 0.39 |
| Hex | 49 | 80 | 74 | 2B | 0 | 9 | 32 | A7 | 1B | 27 |
| Octal | 111 | 200 | 164 | 53 | 0 | 11 | 62 | 247 | 33 | 47 |
| Binary | 1001001 | 10000000 | 1110100 | 101011 | 0 | 1001 | 110010 | 10100111 | 11011 | 100111 |
Color Harmonies of #498074
Complementary color
Monochromatic Colors of #498074
Black with #498074
Text Example
Text Example
White with #498074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498074; }
p { color: rgb(73,128,116); }
H1.HeaderClassName
{
color: #498074;
}
.AnyTagClassName
{
color: #498074;
}
</style>
background-color css
<style>
a { background-color: #498074; }
a { background-color: rgb(73,128,116); }
div.DivClassName
{
background-color: #498074;
}
.BgClassName
{
background-color: #498074;
}
</style>
border-color css
<style>
span { border-color: #498074; }
span { border-color: rgb(73,128,116); }
td.TdClassName
{
border-color: #498074;
}
.TagClassName
{
border-color: #498074;
}
</style>