Shades of Dark Green Copper #4B7A6E
Tints of Dark Green Copper #4B7A6E
RGB
CMYK
RGB Variations
Color information
#4B7A6E (or 0x4B7A6E) is known color: Dark Green Copper. HEX triplet: 4B, 7A and 6E. RGB value is (75,122,110). Sum of RGB (Red+Green+Blue) = 75+122+110=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A6E is #B48591. Grayscale: #6A6A6A. Windows color (decimal): -11830674 or 7240267. OLE color: 7240267.
HSL color Cylindrical-coordinate representation of color #4B7A6E: hue angle of 164.68º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B7A6E is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 110 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.52 |
| HSL | 164.68º | 0.24% | 0.39% | - |
| HSV(B) | 164.68º | 0.39% | 0.48% | - |
| XYZ | 12.68 | 16.54 | 17.28 | - |
| YUV | 106.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 110 | 0.39 | 0 | 0.10 | 0.52 | 164.68 | 0.24 | 0.39 |
| Hex | 4B | 7A | 6E | 27 | 0 | A | 34 | A5 | 18 | 27 |
| Octal | 113 | 172 | 156 | 47 | 0 | 12 | 64 | 245 | 30 | 47 |
| Binary | 1001011 | 1111010 | 1101110 | 100111 | 0 | 1010 | 110100 | 10100101 | 11000 | 100111 |
Color Harmonies of #4B7A6E
Complementary color
Monochromatic Colors of #4B7A6E
Black with #4B7A6E
Text Example
Text Example
White with #4B7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A6E; }
p { color: rgb(75,122,110); }
H1.HeaderClassName
{
color: #4B7A6E;
}
.AnyTagClassName
{
color: #4B7A6E;
}
</style>
background-color css
<style>
a { background-color: #4B7A6E; }
a { background-color: rgb(75,122,110); }
div.DivClassName
{
background-color: #4B7A6E;
}
.BgClassName
{
background-color: #4B7A6E;
}
</style>
border-color css
<style>
span { border-color: #4B7A6E; }
span { border-color: rgb(75,122,110); }
td.TdClassName
{
border-color: #4B7A6E;
}
.TagClassName
{
border-color: #4B7A6E;
}
</style>