Shades of Dark Green Copper #536D65
Tints of Dark Green Copper #536D65
RGB
CMYK
RGB Variations
Color information
#536D65 (or 0x536D65) is known color: Dark Green Copper. HEX triplet: 53, 6D and 65. RGB value is (83,109,101). Sum of RGB (Red+Green+Blue) = 83+109+101=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #536D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D65 is #AC929A. Grayscale: #646464. Windows color (decimal): -11309723 or 6647123. OLE color: 6647123.
HSL color Cylindrical-coordinate representation of color #536D65: hue angle of 161.54º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #536D65 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 101 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.57 |
| HSL | 161.54º | 0.14% | 0.38% | - |
| HSV(B) | 161.54º | 0.24% | 0.43% | - |
| XYZ | 11.38 | 13.72 | 14.36 | - |
| YUV | 100.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 101 | 0.24 | 0 | 0.07 | 0.57 | 161.54 | 0.14 | 0.38 |
| Hex | 53 | 6D | 65 | 18 | 0 | 7 | 39 | A2 | E | 26 |
| Octal | 123 | 155 | 145 | 30 | 0 | 7 | 71 | 242 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1100101 | 11000 | 0 | 111 | 111001 | 10100010 | 1110 | 100110 |
Color Harmonies of #536D65
Complementary color
Monochromatic Colors of #536D65
Black with #536D65
Text Example
Text Example
White with #536D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D65; }
p { color: rgb(83,109,101); }
H1.HeaderClassName
{
color: #536D65;
}
.AnyTagClassName
{
color: #536D65;
}
</style>
background-color css
<style>
a { background-color: #536D65; }
a { background-color: rgb(83,109,101); }
div.DivClassName
{
background-color: #536D65;
}
.BgClassName
{
background-color: #536D65;
}
</style>
border-color css
<style>
span { border-color: #536D65; }
span { border-color: rgb(83,109,101); }
td.TdClassName
{
border-color: #536D65;
}
.TagClassName
{
border-color: #536D65;
}
</style>