Shades of Dark Green Copper #4C706B
Tints of Dark Green Copper #4C706B
RGB
CMYK
RGB Variations
Color information
#4C706B (or 0x4C706B) is known color: Dark Green Copper. HEX triplet: 4C, 70 and 6B. RGB value is (76,112,107). Sum of RGB (Red+Green+Blue) = 76+112+107=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #4C706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C706B is #B38F94. Grayscale: #646464. Windows color (decimal): -11767701 or 7041100. OLE color: 7041100.
HSL color Cylindrical-coordinate representation of color #4C706B: hue angle of 171.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C706B is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 76 | 112 | 107 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.56 |
| HSL | 171.67º | 0.19% | 0.37% | - |
| HSV(B) | 171.67º | 0.32% | 0.44% | - |
| XYZ | 11.43 | 14.19 | 16.05 | - |
| YUV | 100.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 112 | 107 | 0.32 | 0 | 0.04 | 0.56 | 171.67 | 0.19 | 0.37 |
| Hex | 4C | 70 | 6B | 20 | 0 | 4 | 38 | AC | 13 | 25 |
| Octal | 114 | 160 | 153 | 40 | 0 | 4 | 70 | 254 | 23 | 45 |
| Binary | 1001100 | 1110000 | 1101011 | 100000 | 0 | 100 | 111000 | 10101100 | 10011 | 100101 |
Color Harmonies of #4C706B
Complementary color
Monochromatic Colors of #4C706B
Black with #4C706B
Text Example
Text Example
White with #4C706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C706B; }
p { color: rgb(76,112,107); }
H1.HeaderClassName
{
color: #4C706B;
}
.AnyTagClassName
{
color: #4C706B;
}
</style>
background-color css
<style>
a { background-color: #4C706B; }
a { background-color: rgb(76,112,107); }
div.DivClassName
{
background-color: #4C706B;
}
.BgClassName
{
background-color: #4C706B;
}
</style>
border-color css
<style>
span { border-color: #4C706B; }
span { border-color: rgb(76,112,107); }
td.TdClassName
{
border-color: #4C706B;
}
.TagClassName
{
border-color: #4C706B;
}
</style>