Shades of Dark Green Copper #4D7169
Tints of Dark Green Copper #4D7169
RGB
CMYK
RGB Variations
Color information
#4D7169 (or 0x4D7169) is known color: Dark Green Copper. HEX triplet: 4D, 71 and 69. RGB value is (77,113,105). Sum of RGB (Red+Green+Blue) = 77+113+105=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7169 is #B28E96. Grayscale: #656565. Windows color (decimal): -11701911 or 6910285. OLE color: 6910285.
HSL color Cylindrical-coordinate representation of color #4D7169: hue angle of 166.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D7169 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
RGB | 77 | 113 | 105 | - |
CMYK | 0.32 | 0 | 0.07 | 0.56 |
HSL | 166.67º | 0.19% | 0.37% | - |
HSV(B) | 166.67º | 0.32% | 0.44% | - |
XYZ | 11.52 | 14.41 | 15.54 | - |
YUV | 101.32 | 130.07 | 110.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 113 | 105 | 0.32 | 0 | 0.07 | 0.56 | 166.67 | 0.19 | 0.37 |
Hex | 4D | 71 | 69 | 20 | 0 | 7 | 38 | A7 | 13 | 25 |
Octal | 115 | 161 | 151 | 40 | 0 | 7 | 70 | 247 | 23 | 45 |
Binary | 1001101 | 1110001 | 1101001 | 100000 | 0 | 111 | 111000 | 10100111 | 10011 | 100101 |
Color Harmonies of #4D7169
Complementary color
Monochromatic Colors of #4D7169
Black with #4D7169
Text Example
Text Example
White with #4D7169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7169; }
p { color: rgb(77,113,105); }
H1.HeaderClassName
{
color: #4D7169;
}
.AnyTagClassName
{
color: #4D7169;
}
</style>
background-color css
<style>
a { background-color: #4D7169; }
a { background-color: rgb(77,113,105); }
div.DivClassName
{
background-color: #4D7169;
}
.BgClassName
{
background-color: #4D7169;
}
</style>
border-color css
<style>
span { border-color: #4D7169; }
span { border-color: rgb(77,113,105); }
td.TdClassName
{
border-color: #4D7169;
}
.TagClassName
{
border-color: #4D7169;
}
</style>