Shades of Dark Green Copper #4A7269
Tints of Dark Green Copper #4A7269
RGB
CMYK
RGB Variations
Color information
#4A7269 (or 0x4A7269) is known color: Dark Green Copper. HEX triplet: 4A, 72 and 69. RGB value is (74,114,105). Sum of RGB (Red+Green+Blue) = 74+114+105=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #4A7269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7269 is #B58D96. Grayscale: #656565. Windows color (decimal): -11898263 or 6910538. OLE color: 6910538.
HSL color Cylindrical-coordinate representation of color #4A7269: hue angle of 166.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A7269 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 114 | 105 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.55 |
| HSL | 166.5º | 0.21% | 0.37% | - |
| HSV(B) | 166.5º | 0.35% | 0.45% | - |
| XYZ | 11.39 | 14.51 | 15.57 | - |
| YUV | 101.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 114 | 105 | 0.35 | 0 | 0.08 | 0.55 | 166.5 | 0.21 | 0.37 |
| Hex | 4A | 72 | 69 | 23 | 0 | 8 | 37 | A6 | 15 | 25 |
| Octal | 112 | 162 | 151 | 43 | 0 | 10 | 67 | 246 | 25 | 45 |
| Binary | 1001010 | 1110010 | 1101001 | 100011 | 0 | 1000 | 110111 | 10100110 | 10101 | 100101 |
Color Harmonies of #4A7269
Complementary color
Monochromatic Colors of #4A7269
Black with #4A7269
Text Example
Text Example
White with #4A7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7269; }
p { color: rgb(74,114,105); }
H1.HeaderClassName
{
color: #4A7269;
}
.AnyTagClassName
{
color: #4A7269;
}
</style>
background-color css
<style>
a { background-color: #4A7269; }
a { background-color: rgb(74,114,105); }
div.DivClassName
{
background-color: #4A7269;
}
.BgClassName
{
background-color: #4A7269;
}
</style>
border-color css
<style>
span { border-color: #4A7269; }
span { border-color: rgb(74,114,105); }
td.TdClassName
{
border-color: #4A7269;
}
.TagClassName
{
border-color: #4A7269;
}
</style>