Shades of Dark Green Copper #4C736B
Tints of Dark Green Copper #4C736B
RGB
CMYK
RGB Variations
Color information
#4C736B (or 0x4C736B) is known color: Dark Green Copper. HEX triplet: 4C, 73 and 6B. RGB value is (76,115,107). Sum of RGB (Red+Green+Blue) = 76+115+107=298 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.50% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #4C736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C736B is #B38C94. Grayscale: #666666. Windows color (decimal): -11766933 or 7041868. OLE color: 7041868.
HSL color Cylindrical-coordinate representation of color #4C736B: hue angle of 167.69º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C736B is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 76 | 115 | 107 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.55 |
| HSL | 167.69º | 0.2% | 0.37% | - |
| HSV(B) | 167.69º | 0.34% | 0.45% | - |
| XYZ | 11.77 | 14.86 | 16.16 | - |
| YUV | 102.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 107 | 0.34 | 0 | 0.07 | 0.55 | 167.69 | 0.2 | 0.37 |
| Hex | 4C | 73 | 6B | 22 | 0 | 7 | 37 | A8 | 14 | 25 |
| Octal | 114 | 163 | 153 | 42 | 0 | 7 | 67 | 250 | 24 | 45 |
| Binary | 1001100 | 1110011 | 1101011 | 100010 | 0 | 111 | 110111 | 10101000 | 10100 | 100101 |
Color Harmonies of #4C736B
Complementary color
Monochromatic Colors of #4C736B
Black with #4C736B
Text Example
Text Example
White with #4C736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C736B; }
p { color: rgb(76,115,107); }
H1.HeaderClassName
{
color: #4C736B;
}
.AnyTagClassName
{
color: #4C736B;
}
</style>
background-color css
<style>
a { background-color: #4C736B; }
a { background-color: rgb(76,115,107); }
div.DivClassName
{
background-color: #4C736B;
}
.BgClassName
{
background-color: #4C736B;
}
</style>
border-color css
<style>
span { border-color: #4C736B; }
span { border-color: rgb(76,115,107); }
td.TdClassName
{
border-color: #4C736B;
}
.TagClassName
{
border-color: #4C736B;
}
</style>