Shades of Dark Green Copper #53746B
Tints of Dark Green Copper #53746B
RGB
CMYK
RGB Variations
Color information
#53746B (or 0x53746B) is known color: Dark Green Copper. HEX triplet: 53, 74 and 6B. RGB value is (83,116,107). Sum of RGB (Red+Green+Blue) = 83+116+107=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #53746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53746B is #AC8B94. Grayscale: #696969. Windows color (decimal): -11307925 or 7042131. OLE color: 7042131.
HSL color Cylindrical-coordinate representation of color #53746B: hue angle of 163.64º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53746B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 116 | 107 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.55 |
| HSL | 163.64º | 0.17% | 0.39% | - |
| HSV(B) | 163.64º | 0.28% | 0.45% | - |
| XYZ | 12.47 | 15.39 | 16.22 | - |
| YUV | 105.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 116 | 107 | 0.28 | 0 | 0.08 | 0.55 | 163.64 | 0.17 | 0.39 |
| Hex | 53 | 74 | 6B | 1C | 0 | 8 | 37 | A4 | 11 | 27 |
| Octal | 123 | 164 | 153 | 34 | 0 | 10 | 67 | 244 | 21 | 47 |
| Binary | 1010011 | 1110100 | 1101011 | 11100 | 0 | 1000 | 110111 | 10100100 | 10001 | 100111 |
Color Harmonies of #53746B
Complementary color
Monochromatic Colors of #53746B
Black with #53746B
Text Example
Text Example
White with #53746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53746B; }
p { color: rgb(83,116,107); }
H1.HeaderClassName
{
color: #53746B;
}
.AnyTagClassName
{
color: #53746B;
}
</style>
background-color css
<style>
a { background-color: #53746B; }
a { background-color: rgb(83,116,107); }
div.DivClassName
{
background-color: #53746B;
}
.BgClassName
{
background-color: #53746B;
}
</style>
border-color css
<style>
span { border-color: #53746B; }
span { border-color: rgb(83,116,107); }
td.TdClassName
{
border-color: #53746B;
}
.TagClassName
{
border-color: #53746B;
}
</style>