Shades of Dark Green Copper #4A7369
Tints of Dark Green Copper #4A7369
RGB
CMYK
RGB Variations
Color information
#4A7369 (or 0x4A7369) is known color: Dark Green Copper. HEX triplet: 4A, 73 and 69. RGB value is (74,115,105). Sum of RGB (Red+Green+Blue) = 74+115+105=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #4A7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7369 is #B58C96. Grayscale: #656565. Windows color (decimal): -11898007 or 6910794. OLE color: 6910794.
HSL color Cylindrical-coordinate representation of color #4A7369: hue angle of 165.37º 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 #4A7369 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 115 | 105 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.55 |
| HSL | 165.37º | 0.22% | 0.37% | - |
| HSV(B) | 165.37º | 0.36% | 0.45% | - |
| XYZ | 11.5 | 14.74 | 15.6 | - |
| YUV | 101.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 115 | 105 | 0.36 | 0 | 0.09 | 0.55 | 165.37 | 0.22 | 0.37 |
| Hex | 4A | 73 | 69 | 24 | 0 | 9 | 37 | A5 | 16 | 25 |
| Octal | 112 | 163 | 151 | 44 | 0 | 11 | 67 | 245 | 26 | 45 |
| Binary | 1001010 | 1110011 | 1101001 | 100100 | 0 | 1001 | 110111 | 10100101 | 10110 | 100101 |
Color Harmonies of #4A7369
Complementary color
Monochromatic Colors of #4A7369
Black with #4A7369
Text Example
Text Example
White with #4A7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A7369; }
p { color: rgb(74,115,105); }
H1.HeaderClassName
{
color: #4A7369;
}
.AnyTagClassName
{
color: #4A7369;
}
</style>
background-color css
<style>
a { background-color: #4A7369; }
a { background-color: rgb(74,115,105); }
div.DivClassName
{
background-color: #4A7369;
}
.BgClassName
{
background-color: #4A7369;
}
</style>
border-color css
<style>
span { border-color: #4A7369; }
span { border-color: rgb(74,115,105); }
td.TdClassName
{
border-color: #4A7369;
}
.TagClassName
{
border-color: #4A7369;
}
</style>