Shades of Dark Green Copper #4B716B
Tints of Dark Green Copper #4B716B
RGB
CMYK
RGB Variations
Color information
#4B716B (or 0x4B716B) is known color: Dark Green Copper. HEX triplet: 4B, 71 and 6B. RGB value is (75,113,107). Sum of RGB (Red+Green+Blue) = 75+113+107=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #4B716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B716B is #B48E94. Grayscale: #646464. Windows color (decimal): -11832981 or 7041355. OLE color: 7041355.
HSL color Cylindrical-coordinate representation of color #4B716B: hue angle of 170.53º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B716B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 113 | 107 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.56 |
| HSL | 170.53º | 0.2% | 0.37% | - |
| HSV(B) | 170.53º | 0.34% | 0.44% | - |
| XYZ | 11.46 | 14.37 | 16.08 | - |
| YUV | 100.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 113 | 107 | 0.34 | 0 | 0.05 | 0.56 | 170.53 | 0.2 | 0.37 |
| Hex | 4B | 71 | 6B | 22 | 0 | 5 | 38 | AB | 14 | 25 |
| Octal | 113 | 161 | 153 | 42 | 0 | 5 | 70 | 253 | 24 | 45 |
| Binary | 1001011 | 1110001 | 1101011 | 100010 | 0 | 101 | 111000 | 10101011 | 10100 | 100101 |
Color Harmonies of #4B716B
Complementary color
Monochromatic Colors of #4B716B
Black with #4B716B
Text Example
Text Example
White with #4B716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B716B; }
p { color: rgb(75,113,107); }
H1.HeaderClassName
{
color: #4B716B;
}
.AnyTagClassName
{
color: #4B716B;
}
</style>
background-color css
<style>
a { background-color: #4B716B; }
a { background-color: rgb(75,113,107); }
div.DivClassName
{
background-color: #4B716B;
}
.BgClassName
{
background-color: #4B716B;
}
</style>
border-color css
<style>
span { border-color: #4B716B; }
span { border-color: rgb(75,113,107); }
td.TdClassName
{
border-color: #4B716B;
}
.TagClassName
{
border-color: #4B716B;
}
</style>