Shades of Dark Green Copper #53786D
Tints of Dark Green Copper #53786D
RGB
CMYK
RGB Variations
Color information
#53786D (or 0x53786D) is known color: Dark Green Copper. HEX triplet: 53, 78 and 6D. RGB value is (83,120,109). Sum of RGB (Red+Green+Blue) = 83+120+109=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #53786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786D is #AC8792. Grayscale: #6B6B6B. Windows color (decimal): -11306899 or 7174227. OLE color: 7174227.
HSL color Cylindrical-coordinate representation of color #53786D: hue angle of 162.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53786D is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 120 | 109 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.53 |
| HSL | 162.16º | 0.18% | 0.4% | - |
| HSV(B) | 162.16º | 0.31% | 0.47% | - |
| XYZ | 13.04 | 16.38 | 16.94 | - |
| YUV | 107.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 109 | 0.31 | 0 | 0.09 | 0.53 | 162.16 | 0.18 | 0.4 |
| Hex | 53 | 78 | 6D | 1F | 0 | 9 | 35 | A2 | 12 | 28 |
| Octal | 123 | 170 | 155 | 37 | 0 | 11 | 65 | 242 | 22 | 50 |
| Binary | 1010011 | 1111000 | 1101101 | 11111 | 0 | 1001 | 110101 | 10100010 | 10010 | 101000 |
Color Harmonies of #53786D
Complementary color
Monochromatic Colors of #53786D
Black with #53786D
Text Example
Text Example
White with #53786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53786D; }
p { color: rgb(83,120,109); }
H1.HeaderClassName
{
color: #53786D;
}
.AnyTagClassName
{
color: #53786D;
}
</style>
background-color css
<style>
a { background-color: #53786D; }
a { background-color: rgb(83,120,109); }
div.DivClassName
{
background-color: #53786D;
}
.BgClassName
{
background-color: #53786D;
}
</style>
border-color css
<style>
span { border-color: #53786D; }
span { border-color: rgb(83,120,109); }
td.TdClassName
{
border-color: #53786D;
}
.TagClassName
{
border-color: #53786D;
}
</style>