Shades of Dark Green Copper #507369
Tints of Dark Green Copper #507369
RGB
CMYK
RGB Variations
Color information
#507369 (or 0x507369) is known color: Dark Green Copper. HEX triplet: 50, 73 and 69. RGB value is (80,115,105). Sum of RGB (Red+Green+Blue) = 80+115+105=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #507369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507369 is #AF8C96. Grayscale: #676767. Windows color (decimal): -11504791 or 6910800. OLE color: 6910800.
HSL color Cylindrical-coordinate representation of color #507369: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #507369 is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 105 | - |
| CMYK | 0.30 | 0 | 0.09 | 0.55 |
| HSL | 162.86º | 0.18% | 0.38% | - |
| HSV(B) | 162.86º | 0.3% | 0.45% | - |
| XYZ | 11.99 | 14.99 | 15.63 | - |
| YUV | 103.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 105 | 0.30 | 0 | 0.09 | 0.55 | 162.86 | 0.18 | 0.38 |
| Hex | 50 | 73 | 69 | 1E | 0 | 9 | 37 | A3 | 12 | 26 |
| Octal | 120 | 163 | 151 | 36 | 0 | 11 | 67 | 243 | 22 | 46 |
| Binary | 1010000 | 1110011 | 1101001 | 11110 | 0 | 1001 | 110111 | 10100011 | 10010 | 100110 |
Color Harmonies of #507369
Complementary color
Monochromatic Colors of #507369
Black with #507369
Text Example
Text Example
White with #507369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507369; }
p { color: rgb(80,115,105); }
H1.HeaderClassName
{
color: #507369;
}
.AnyTagClassName
{
color: #507369;
}
</style>
background-color css
<style>
a { background-color: #507369; }
a { background-color: rgb(80,115,105); }
div.DivClassName
{
background-color: #507369;
}
.BgClassName
{
background-color: #507369;
}
</style>
border-color css
<style>
span { border-color: #507369; }
span { border-color: rgb(80,115,105); }
td.TdClassName
{
border-color: #507369;
}
.TagClassName
{
border-color: #507369;
}
</style>