Shades of Dark Green Copper #537368
Tints of Dark Green Copper #537368
RGB
CMYK
RGB Variations
Color information
#537368 (or 0x537368) is known color: Dark Green Copper. HEX triplet: 53, 73 and 68. RGB value is (83,115,104). Sum of RGB (Red+Green+Blue) = 83+115+104=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #537368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537368 is #AC8C97. Grayscale: #686868. Windows color (decimal): -11308184 or 6845267. OLE color: 6845267.
HSL color Cylindrical-coordinate representation of color #537368: hue angle of 159.38º degrees, saturation: 0.16, 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 #537368 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 115 | 104 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.55 |
| HSL | 159.38º | 0.16% | 0.39% | - |
| HSV(B) | 159.38º | 0.28% | 0.45% | - |
| XYZ | 12.2 | 15.1 | 15.37 | - |
| YUV | 104.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 104 | 0.28 | 0 | 0.10 | 0.55 | 159.38 | 0.16 | 0.39 |
| Hex | 53 | 73 | 68 | 1C | 0 | A | 37 | 9F | 10 | 27 |
| Octal | 123 | 163 | 150 | 34 | 0 | 12 | 67 | 237 | 20 | 47 |
| Binary | 1010011 | 1110011 | 1101000 | 11100 | 0 | 1010 | 110111 | 10011111 | 10000 | 100111 |
Color Harmonies of #537368
Complementary color
Monochromatic Colors of #537368
Black with #537368
Text Example
Text Example
White with #537368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537368; }
p { color: rgb(83,115,104); }
H1.HeaderClassName
{
color: #537368;
}
.AnyTagClassName
{
color: #537368;
}
</style>
background-color css
<style>
a { background-color: #537368; }
a { background-color: rgb(83,115,104); }
div.DivClassName
{
background-color: #537368;
}
.BgClassName
{
background-color: #537368;
}
</style>
border-color css
<style>
span { border-color: #537368; }
span { border-color: rgb(83,115,104); }
td.TdClassName
{
border-color: #537368;
}
.TagClassName
{
border-color: #537368;
}
</style>