Shades of Dark Green Copper #4B8275
Tints of Dark Green Copper #4B8275
RGB
CMYK
RGB Variations
Color information
#4B8275 (or 0x4B8275) is known color: Dark Green Copper. HEX triplet: 4B, 82 and 75. RGB value is (75,130,117). Sum of RGB (Red+Green+Blue) = 75+130+117=322 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.29% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #4B8275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8275 is #B47D8A. Grayscale: #707070. Windows color (decimal): -11828619 or 7701067. OLE color: 7701067.
HSL color Cylindrical-coordinate representation of color #4B8275: hue angle of 165.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B8275 is Cyan = 0.42, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 130 | 117 | - |
| CMYK | 0.42 | 0 | 0.1 | 0.49 |
| HSL | 165.82º | 0.27% | 0.4% | - |
| HSV(B) | 165.82º | 0.42% | 0.51% | - |
| XYZ | 14.1 | 18.75 | 19.7 | - |
| YUV | 112.07 | 130.78 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 130 | 117 | 0.42 | 0 | 0.1 | 0.49 | 165.82 | 0.27 | 0.4 |
| Hex | 4B | 82 | 75 | 2A | 0 | A | 31 | A6 | 1B | 28 |
| Octal | 113 | 202 | 165 | 52 | 0 | 12 | 61 | 246 | 33 | 50 |
| Binary | 1001011 | 10000010 | 1110101 | 101010 | 0 | 1010 | 110001 | 10100110 | 11011 | 101000 |
Color Harmonies of #4B8275
Complementary color
Monochromatic Colors of #4B8275
Black with #4B8275
Text Example
Text Example
White with #4B8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8275; }
p { color: rgb(75,130,117); }
H1.HeaderClassName
{
color: #4B8275;
}
.AnyTagClassName
{
color: #4B8275;
}
</style>
background-color css
<style>
a { background-color: #4B8275; }
a { background-color: rgb(75,130,117); }
div.DivClassName
{
background-color: #4B8275;
}
.BgClassName
{
background-color: #4B8275;
}
</style>
border-color css
<style>
span { border-color: #4B8275; }
span { border-color: rgb(75,130,117); }
td.TdClassName
{
border-color: #4B8275;
}
.TagClassName
{
border-color: #4B8275;
}
</style>