Shades of Dark Green Copper #4D736C
Tints of Dark Green Copper #4D736C
RGB
CMYK
RGB Variations
Color information
#4D736C (or 0x4D736C) is known color: Dark Green Copper. HEX triplet: 4D, 73 and 6C. RGB value is (77,115,108). Sum of RGB (Red+Green+Blue) = 77+115+108=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #4D736C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D736C is #B28C93. Grayscale: #666666. Windows color (decimal): -11701396 or 7107405. OLE color: 7107405.
HSL color Cylindrical-coordinate representation of color #4D736C: hue angle of 168.95º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D736C is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
RGB | 77 | 115 | 108 | - |
CMYK | 0.33 | 0 | 0.06 | 0.55 |
HSL | 168.95º | 0.2% | 0.38% | - |
HSV(B) | 168.95º | 0.33% | 0.45% | - |
XYZ | 11.9 | 14.92 | 16.44 | - |
YUV | 102.84 | 130.91 | 109.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 115 | 108 | 0.33 | 0 | 0.06 | 0.55 | 168.95 | 0.2 | 0.38 |
Hex | 4D | 73 | 6C | 21 | 0 | 6 | 37 | A9 | 14 | 26 |
Octal | 115 | 163 | 154 | 41 | 0 | 6 | 67 | 251 | 24 | 46 |
Binary | 1001101 | 1110011 | 1101100 | 100001 | 0 | 110 | 110111 | 10101001 | 10100 | 100110 |
Color Harmonies of #4D736C
Complementary color
Monochromatic Colors of #4D736C
Black with #4D736C
Text Example
Text Example
White with #4D736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D736C; }
p { color: rgb(77,115,108); }
H1.HeaderClassName
{
color: #4D736C;
}
.AnyTagClassName
{
color: #4D736C;
}
</style>
background-color css
<style>
a { background-color: #4D736C; }
a { background-color: rgb(77,115,108); }
div.DivClassName
{
background-color: #4D736C;
}
.BgClassName
{
background-color: #4D736C;
}
</style>
border-color css
<style>
span { border-color: #4D736C; }
span { border-color: rgb(77,115,108); }
td.TdClassName
{
border-color: #4D736C;
}
.TagClassName
{
border-color: #4D736C;
}
</style>