Shades of Dark Green Copper #4D736A
Tints of Dark Green Copper #4D736A
RGB
CMYK
RGB Variations
Color information
#4D736A (or 0x4D736A) is known color: Dark Green Copper. HEX triplet: 4D, 73 and 6A. RGB value is (77,115,106). Sum of RGB (Red+Green+Blue) = 77+115+106=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #4D736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D736A is #B28C95. Grayscale: #666666. Windows color (decimal): -11701398 or 6976333. OLE color: 6976333.
HSL color Cylindrical-coordinate representation of color #4D736A: hue angle of 165.79º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D736A is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 106 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.55 |
| HSL | 165.79º | 0.2% | 0.38% | - |
| HSV(B) | 165.79º | 0.33% | 0.45% | - |
| XYZ | 11.79 | 14.88 | 15.89 | - |
| YUV | 102.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 106 | 0.33 | 0 | 0.08 | 0.55 | 165.79 | 0.2 | 0.38 |
| Hex | 4D | 73 | 6A | 21 | 0 | 8 | 37 | A6 | 14 | 26 |
| Octal | 115 | 163 | 152 | 41 | 0 | 10 | 67 | 246 | 24 | 46 |
| Binary | 1001101 | 1110011 | 1101010 | 100001 | 0 | 1000 | 110111 | 10100110 | 10100 | 100110 |
Color Harmonies of #4D736A
Complementary color
Monochromatic Colors of #4D736A
Black with #4D736A
Text Example
Text Example
White with #4D736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D736A; }
p { color: rgb(77,115,106); }
H1.HeaderClassName
{
color: #4D736A;
}
.AnyTagClassName
{
color: #4D736A;
}
</style>
background-color css
<style>
a { background-color: #4D736A; }
a { background-color: rgb(77,115,106); }
div.DivClassName
{
background-color: #4D736A;
}
.BgClassName
{
background-color: #4D736A;
}
</style>
border-color css
<style>
span { border-color: #4D736A; }
span { border-color: rgb(77,115,106); }
td.TdClassName
{
border-color: #4D736A;
}
.TagClassName
{
border-color: #4D736A;
}
</style>