Shades of Dark Green Copper #4D736B
Tints of Dark Green Copper #4D736B
RGB
CMYK
RGB Variations
Color information
#4D736B (or 0x4D736B) is known color: Dark Green Copper. HEX triplet: 4D, 73 and 6B. RGB value is (77,115,107). Sum of RGB (Red+Green+Blue) = 77+115+107=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #4D736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D736B is #B28C94. Grayscale: #666666. Windows color (decimal): -11701397 or 7041869. OLE color: 7041869.
HSL color Cylindrical-coordinate representation of color #4D736B: hue angle of 167.37º 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 #4D736B is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 107 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.55 |
| HSL | 167.37º | 0.2% | 0.38% | - |
| HSV(B) | 167.37º | 0.33% | 0.45% | - |
| XYZ | 11.85 | 14.9 | 16.16 | - |
| YUV | 102.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 107 | 0.33 | 0 | 0.07 | 0.55 | 167.37 | 0.2 | 0.38 |
| Hex | 4D | 73 | 6B | 21 | 0 | 7 | 37 | A7 | 14 | 26 |
| Octal | 115 | 163 | 153 | 41 | 0 | 7 | 67 | 247 | 24 | 46 |
| Binary | 1001101 | 1110011 | 1101011 | 100001 | 0 | 111 | 110111 | 10100111 | 10100 | 100110 |
Color Harmonies of #4D736B
Complementary color
Monochromatic Colors of #4D736B
Black with #4D736B
Text Example
Text Example
White with #4D736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D736B; }
p { color: rgb(77,115,107); }
H1.HeaderClassName
{
color: #4D736B;
}
.AnyTagClassName
{
color: #4D736B;
}
</style>
background-color css
<style>
a { background-color: #4D736B; }
a { background-color: rgb(77,115,107); }
div.DivClassName
{
background-color: #4D736B;
}
.BgClassName
{
background-color: #4D736B;
}
</style>
border-color css
<style>
span { border-color: #4D736B; }
span { border-color: rgb(77,115,107); }
td.TdClassName
{
border-color: #4D736B;
}
.TagClassName
{
border-color: #4D736B;
}
</style>