Shades of Dark Green Copper #4B706B
Tints of Dark Green Copper #4B706B
RGB
CMYK
RGB Variations
Color information
#4B706B (or 0x4B706B) is known color: Dark Green Copper. HEX triplet: 4B, 70 and 6B. RGB value is (75,112,107). Sum of RGB (Red+Green+Blue) = 75+112+107=294 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.51% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #4B706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B706B is #B48F94. Grayscale: #646464. Windows color (decimal): -11833237 or 7041099. OLE color: 7041099.
HSL color Cylindrical-coordinate representation of color #4B706B: hue angle of 171.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B706B is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 112 | 107 | - |
| CMYK | 0.33 | 0 | 0.04 | 0.56 |
| HSL | 171.89º | 0.2% | 0.37% | - |
| HSV(B) | 171.89º | 0.33% | 0.44% | - |
| XYZ | 11.35 | 14.15 | 16.04 | - |
| YUV | 100.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 107 | 0.33 | 0 | 0.04 | 0.56 | 171.89 | 0.2 | 0.37 |
| Hex | 4B | 70 | 6B | 21 | 0 | 4 | 38 | AC | 14 | 25 |
| Octal | 113 | 160 | 153 | 41 | 0 | 4 | 70 | 254 | 24 | 45 |
| Binary | 1001011 | 1110000 | 1101011 | 100001 | 0 | 100 | 111000 | 10101100 | 10100 | 100101 |
Color Harmonies of #4B706B
Complementary color
Monochromatic Colors of #4B706B
Black with #4B706B
Text Example
Text Example
White with #4B706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B706B; }
p { color: rgb(75,112,107); }
H1.HeaderClassName
{
color: #4B706B;
}
.AnyTagClassName
{
color: #4B706B;
}
</style>
background-color css
<style>
a { background-color: #4B706B; }
a { background-color: rgb(75,112,107); }
div.DivClassName
{
background-color: #4B706B;
}
.BgClassName
{
background-color: #4B706B;
}
</style>
border-color css
<style>
span { border-color: #4B706B; }
span { border-color: rgb(75,112,107); }
td.TdClassName
{
border-color: #4B706B;
}
.TagClassName
{
border-color: #4B706B;
}
</style>