Shades of Dark Green Copper #536D64
Tints of Dark Green Copper #536D64
RGB
CMYK
RGB Variations
Color information
#536D64 (or 0x536D64) is known color: Dark Green Copper. HEX triplet: 53, 6D and 64. RGB value is (83,109,100). Sum of RGB (Red+Green+Blue) = 83+109+100=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #536D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536D64 is #AC929B. Grayscale: #646464. Windows color (decimal): -11309724 or 6581587. OLE color: 6581587.
HSL color Cylindrical-coordinate representation of color #536D64: hue angle of 159.23º 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 #536D64 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 83 | 109 | 100 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.57 |
| HSL | 159.23º | 0.14% | 0.38% | - |
| HSV(B) | 159.23º | 0.24% | 0.43% | - |
| XYZ | 11.34 | 13.7 | 14.1 | - |
| YUV | 100.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 100 | 0.24 | 0 | 0.08 | 0.57 | 159.23 | 0.14 | 0.38 |
| Hex | 53 | 6D | 64 | 18 | 0 | 8 | 39 | 9F | E | 26 |
| Octal | 123 | 155 | 144 | 30 | 0 | 10 | 71 | 237 | 16 | 46 |
| Binary | 1010011 | 1101101 | 1100100 | 11000 | 0 | 1000 | 111001 | 10011111 | 1110 | 100110 |
Color Harmonies of #536D64
Complementary color
Monochromatic Colors of #536D64
Black with #536D64
Text Example
Text Example
White with #536D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536D64; }
p { color: rgb(83,109,100); }
H1.HeaderClassName
{
color: #536D64;
}
.AnyTagClassName
{
color: #536D64;
}
</style>
background-color css
<style>
a { background-color: #536D64; }
a { background-color: rgb(83,109,100); }
div.DivClassName
{
background-color: #536D64;
}
.BgClassName
{
background-color: #536D64;
}
</style>
border-color css
<style>
span { border-color: #536D64; }
span { border-color: rgb(83,109,100); }
td.TdClassName
{
border-color: #536D64;
}
.TagClassName
{
border-color: #536D64;
}
</style>