Shades of Dark Green Copper #4A7467
Tints of Dark Green Copper #4A7467
RGB
CMYK
RGB Variations
Color information
#4A7467 (or 0x4A7467) is known color: Dark Green Copper. HEX triplet: 4A, 74 and 67. RGB value is (74,116,103). Sum of RGB (Red+Green+Blue) = 74+116+103=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #4A7467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7467 is #B58B98. Grayscale: #656565. Windows color (decimal): -11897753 or 6779978. OLE color: 6779978.
HSL color Cylindrical-coordinate representation of color #4A7467: hue angle of 161.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A7467 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 116 | 103 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.55 |
| HSL | 161.43º | 0.22% | 0.37% | - |
| HSV(B) | 161.43º | 0.36% | 0.45% | - |
| XYZ | 11.52 | 14.93 | 15.11 | - |
| YUV | 101.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 116 | 103 | 0.36 | 0 | 0.11 | 0.55 | 161.43 | 0.22 | 0.37 |
| Hex | 4A | 74 | 67 | 24 | 0 | B | 37 | A1 | 16 | 25 |
| Octal | 112 | 164 | 147 | 44 | 0 | 13 | 67 | 241 | 26 | 45 |
| Binary | 1001010 | 1110100 | 1100111 | 100100 | 0 | 1011 | 110111 | 10100001 | 10110 | 100101 |
Color Harmonies of #4A7467
Complementary color
Monochromatic Colors of #4A7467
Black with #4A7467
Text Example
Text Example
White with #4A7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7467; }
p { color: rgb(74,116,103); }
H1.HeaderClassName
{
color: #4A7467;
}
.AnyTagClassName
{
color: #4A7467;
}
</style>
background-color css
<style>
a { background-color: #4A7467; }
a { background-color: rgb(74,116,103); }
div.DivClassName
{
background-color: #4A7467;
}
.BgClassName
{
background-color: #4A7467;
}
</style>
border-color css
<style>
span { border-color: #4A7467; }
span { border-color: rgb(74,116,103); }
td.TdClassName
{
border-color: #4A7467;
}
.TagClassName
{
border-color: #4A7467;
}
</style>