Shades of Dark Green Copper #4D8274
Tints of Dark Green Copper #4D8274
RGB
CMYK
RGB Variations
Color information
#4D8274 (or 0x4D8274) is known color: Dark Green Copper. HEX triplet: 4D, 82 and 74. RGB value is (77,130,116). Sum of RGB (Red+Green+Blue) = 77+130+116=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 130 - color contains mainly: green. Hex color #4D8274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8274 is #B27D8B. Grayscale: #707070. Windows color (decimal): -11697548 or 7635533. OLE color: 7635533.
HSL color Cylindrical-coordinate representation of color #4D8274: hue angle of 164.15º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D8274 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 130 | 116 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.49 |
| HSL | 164.15º | 0.26% | 0.41% | - |
| HSV(B) | 164.15º | 0.41% | 0.51% | - |
| XYZ | 14.2 | 18.8 | 19.4 | - |
| YUV | 112.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 116 | 0.41 | 0 | 0.11 | 0.49 | 164.15 | 0.26 | 0.41 |
| Hex | 4D | 82 | 74 | 29 | 0 | B | 31 | A4 | 1A | 29 |
| Octal | 115 | 202 | 164 | 51 | 0 | 13 | 61 | 244 | 32 | 51 |
| Binary | 1001101 | 10000010 | 1110100 | 101001 | 0 | 1011 | 110001 | 10100100 | 11010 | 101001 |
Color Harmonies of #4D8274
Complementary color
Monochromatic Colors of #4D8274
Black with #4D8274
Text Example
Text Example
White with #4D8274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8274; }
p { color: rgb(77,130,116); }
H1.HeaderClassName
{
color: #4D8274;
}
.AnyTagClassName
{
color: #4D8274;
}
</style>
background-color css
<style>
a { background-color: #4D8274; }
a { background-color: rgb(77,130,116); }
div.DivClassName
{
background-color: #4D8274;
}
.BgClassName
{
background-color: #4D8274;
}
</style>
border-color css
<style>
span { border-color: #4D8274; }
span { border-color: rgb(77,130,116); }
td.TdClassName
{
border-color: #4D8274;
}
.TagClassName
{
border-color: #4D8274;
}
</style>