Shades of Dark Green Copper #4B7A6D
Tints of Dark Green Copper #4B7A6D
RGB
CMYK
RGB Variations
Color information
#4B7A6D (or 0x4B7A6D) is known color: Dark Green Copper. HEX triplet: 4B, 7A and 6D. RGB value is (75,122,109). Sum of RGB (Red+Green+Blue) = 75+122+109=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 122 - color contains mainly: green. Hex color #4B7A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A6D is #B48592. Grayscale: #6A6A6A. Windows color (decimal): -11830675 or 7174731. OLE color: 7174731.
HSL color Cylindrical-coordinate representation of color #4B7A6D: hue angle of 163.4º 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 #4B7A6D is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 75 | 122 | 109 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.52 |
| HSL | 163.4º | 0.24% | 0.39% | - |
| HSV(B) | 163.4º | 0.39% | 0.48% | - |
| XYZ | 12.62 | 16.52 | 16.99 | - |
| YUV | 106.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 122 | 109 | 0.39 | 0 | 0.11 | 0.52 | 163.4 | 0.24 | 0.39 |
| Hex | 4B | 7A | 6D | 27 | 0 | B | 34 | A3 | 18 | 27 |
| Octal | 113 | 172 | 155 | 47 | 0 | 13 | 64 | 243 | 30 | 47 |
| Binary | 1001011 | 1111010 | 1101101 | 100111 | 0 | 1011 | 110100 | 10100011 | 11000 | 100111 |
Color Harmonies of #4B7A6D
Complementary color
Monochromatic Colors of #4B7A6D
Black with #4B7A6D
Text Example
Text Example
White with #4B7A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7A6D; }
p { color: rgb(75,122,109); }
H1.HeaderClassName
{
color: #4B7A6D;
}
.AnyTagClassName
{
color: #4B7A6D;
}
</style>
background-color css
<style>
a { background-color: #4B7A6D; }
a { background-color: rgb(75,122,109); }
div.DivClassName
{
background-color: #4B7A6D;
}
.BgClassName
{
background-color: #4B7A6D;
}
</style>
border-color css
<style>
span { border-color: #4B7A6D; }
span { border-color: rgb(75,122,109); }
td.TdClassName
{
border-color: #4B7A6D;
}
.TagClassName
{
border-color: #4B7A6D;
}
</style>