Shades of Dark Green Copper #4B6761
Tints of Dark Green Copper #4B6761
RGB
CMYK
RGB Variations
Color information
#4B6761 (or 0x4B6761) is known color: Dark Green Copper. HEX triplet: 4B, 67 and 61. RGB value is (75,103,97). Sum of RGB (Red+Green+Blue) = 75+103+97=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #4B6761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6761 is #B4989E. Grayscale: #5D5D5D. Windows color (decimal): -11835551 or 6383435. OLE color: 6383435.
HSL color Cylindrical-coordinate representation of color #4B6761: hue angle of 167.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B6761 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 103 | 97 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.60 |
| HSL | 167.14º | 0.16% | 0.35% | - |
| HSV(B) | 167.14º | 0.27% | 0.4% | - |
| XYZ | 9.91 | 12.06 | 13.11 | - |
| YUV | 93.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 103 | 97 | 0.27 | 0 | 0.06 | 0.60 | 167.14 | 0.16 | 0.35 |
| Hex | 4B | 67 | 61 | 1B | 0 | 6 | 3C | A7 | 10 | 23 |
| Octal | 113 | 147 | 141 | 33 | 0 | 6 | 74 | 247 | 20 | 43 |
| Binary | 1001011 | 1100111 | 1100001 | 11011 | 0 | 110 | 111100 | 10100111 | 10000 | 100011 |
Color Harmonies of #4B6761
Complementary color
Monochromatic Colors of #4B6761
Black with #4B6761
Text Example
Text Example
White with #4B6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6761; }
p { color: rgb(75,103,97); }
H1.HeaderClassName
{
color: #4B6761;
}
.AnyTagClassName
{
color: #4B6761;
}
</style>
background-color css
<style>
a { background-color: #4B6761; }
a { background-color: rgb(75,103,97); }
div.DivClassName
{
background-color: #4B6761;
}
.BgClassName
{
background-color: #4B6761;
}
</style>
border-color css
<style>
span { border-color: #4B6761; }
span { border-color: rgb(75,103,97); }
td.TdClassName
{
border-color: #4B6761;
}
.TagClassName
{
border-color: #4B6761;
}
</style>