Shades of Dark Green Copper #4D7367
Tints of Dark Green Copper #4D7367
RGB
CMYK
RGB Variations
Color information
#4D7367 (or 0x4D7367) is known color: Dark Green Copper. HEX triplet: 4D, 73 and 67. RGB value is (77,115,103). Sum of RGB (Red+Green+Blue) = 77+115+103=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7367 is #B28C98. Grayscale: #666666. Windows color (decimal): -11701401 or 6779725. OLE color: 6779725.
HSL color Cylindrical-coordinate representation of color #4D7367: hue angle of 161.05º 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 #4D7367 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 103 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.55 |
| HSL | 161.05º | 0.2% | 0.38% | - |
| HSV(B) | 161.05º | 0.33% | 0.45% | - |
| XYZ | 11.64 | 14.82 | 15.08 | - |
| YUV | 102.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 103 | 0.33 | 0 | 0.10 | 0.55 | 161.05 | 0.2 | 0.38 |
| Hex | 4D | 73 | 67 | 21 | 0 | A | 37 | A1 | 14 | 26 |
| Octal | 115 | 163 | 147 | 41 | 0 | 12 | 67 | 241 | 24 | 46 |
| Binary | 1001101 | 1110011 | 1100111 | 100001 | 0 | 1010 | 110111 | 10100001 | 10100 | 100110 |
Color Harmonies of #4D7367
Complementary color
Monochromatic Colors of #4D7367
Black with #4D7367
Text Example
Text Example
White with #4D7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7367; }
p { color: rgb(77,115,103); }
H1.HeaderClassName
{
color: #4D7367;
}
.AnyTagClassName
{
color: #4D7367;
}
</style>
background-color css
<style>
a { background-color: #4D7367; }
a { background-color: rgb(77,115,103); }
div.DivClassName
{
background-color: #4D7367;
}
.BgClassName
{
background-color: #4D7367;
}
</style>
border-color css
<style>
span { border-color: #4D7367; }
span { border-color: rgb(77,115,103); }
td.TdClassName
{
border-color: #4D7367;
}
.TagClassName
{
border-color: #4D7367;
}
</style>