Shades of Dark Green Copper #4D7468
Tints of Dark Green Copper #4D7468
RGB
CMYK
RGB Variations
Color information
#4D7468 (or 0x4D7468) is known color: Dark Green Copper. HEX triplet: 4D, 74 and 68. RGB value is (77,116,104). Sum of RGB (Red+Green+Blue) = 77+116+104=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7468 is #B28B97. Grayscale: #666666. Windows color (decimal): -11701144 or 6845517. OLE color: 6845517.
HSL color Cylindrical-coordinate representation of color #4D7468: hue angle of 161.54º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D7468 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 104 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.55 |
| HSL | 161.54º | 0.2% | 0.38% | - |
| HSV(B) | 161.54º | 0.34% | 0.45% | - |
| XYZ | 11.8 | 15.07 | 15.38 | - |
| YUV | 102.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 104 | 0.34 | 0 | 0.10 | 0.55 | 161.54 | 0.2 | 0.38 |
| Hex | 4D | 74 | 68 | 22 | 0 | A | 37 | A2 | 14 | 26 |
| Octal | 115 | 164 | 150 | 42 | 0 | 12 | 67 | 242 | 24 | 46 |
| Binary | 1001101 | 1110100 | 1101000 | 100010 | 0 | 1010 | 110111 | 10100010 | 10100 | 100110 |
Color Harmonies of #4D7468
Complementary color
Monochromatic Colors of #4D7468
Black with #4D7468
Text Example
Text Example
White with #4D7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7468; }
p { color: rgb(77,116,104); }
H1.HeaderClassName
{
color: #4D7468;
}
.AnyTagClassName
{
color: #4D7468;
}
</style>
background-color css
<style>
a { background-color: #4D7468; }
a { background-color: rgb(77,116,104); }
div.DivClassName
{
background-color: #4D7468;
}
.BgClassName
{
background-color: #4D7468;
}
</style>
border-color css
<style>
span { border-color: #4D7468; }
span { border-color: rgb(77,116,104); }
td.TdClassName
{
border-color: #4D7468;
}
.TagClassName
{
border-color: #4D7468;
}
</style>