Shades of Dark Green Copper #4A7B6D
Tints of Dark Green Copper #4A7B6D
RGB
CMYK
RGB Variations
Color information
#4A7B6D (or 0x4A7B6D) is known color: Dark Green Copper. HEX triplet: 4A, 7B and 6D. RGB value is (74,123,109). Sum of RGB (Red+Green+Blue) = 74+123+109=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #4A7B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7B6D is #B58492. Grayscale: #6A6A6A. Windows color (decimal): -11895955 or 7174986. OLE color: 7174986.
HSL color Cylindrical-coordinate representation of color #4A7B6D: hue angle of 162.86º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7B6D is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 74 | 123 | 109 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.52 |
| HSL | 162.86º | 0.25% | 0.39% | - |
| HSV(B) | 162.86º | 0.4% | 0.48% | - |
| XYZ | 12.67 | 16.73 | 17.03 | - |
| YUV | 106.75 | 129.27 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 123 | 109 | 0.40 | 0 | 0.11 | 0.52 | 162.86 | 0.25 | 0.39 |
| Hex | 4A | 7B | 6D | 28 | 0 | B | 34 | A3 | 19 | 27 |
| Octal | 112 | 173 | 155 | 50 | 0 | 13 | 64 | 243 | 31 | 47 |
| Binary | 1001010 | 1111011 | 1101101 | 101000 | 0 | 1011 | 110100 | 10100011 | 11001 | 100111 |
Color Harmonies of #4A7B6D
Complementary color
Monochromatic Colors of #4A7B6D
Black with #4A7B6D
Text Example
Text Example
White with #4A7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7B6D; }
p { color: rgb(74,123,109); }
H1.HeaderClassName
{
color: #4A7B6D;
}
.AnyTagClassName
{
color: #4A7B6D;
}
</style>
background-color css
<style>
a { background-color: #4A7B6D; }
a { background-color: rgb(74,123,109); }
div.DivClassName
{
background-color: #4A7B6D;
}
.BgClassName
{
background-color: #4A7B6D;
}
</style>
border-color css
<style>
span { border-color: #4A7B6D; }
span { border-color: rgb(74,123,109); }
td.TdClassName
{
border-color: #4A7B6D;
}
.TagClassName
{
border-color: #4A7B6D;
}
</style>