Shades of Dark Green Copper #487369
Tints of Dark Green Copper #487369
RGB
CMYK
RGB Variations
Color information
#487369 (or 0x487369) is known color: Dark Green Copper. HEX triplet: 48, 73 and 69. RGB value is (72,115,105). Sum of RGB (Red+Green+Blue) = 72+115+105=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #487369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487369 is #B78C96. Grayscale: #646464. Windows color (decimal): -12029079 or 6910792. OLE color: 6910792.
HSL color Cylindrical-coordinate representation of color #487369: hue angle of 166.05º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487369 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 115 | 105 | - |
| CMYK | 0.37 | 0 | 0.09 | 0.55 |
| HSL | 166.05º | 0.23% | 0.37% | - |
| HSV(B) | 166.05º | 0.37% | 0.45% | - |
| XYZ | 11.35 | 14.66 | 15.6 | - |
| YUV | 101 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 115 | 105 | 0.37 | 0 | 0.09 | 0.55 | 166.05 | 0.23 | 0.37 |
| Hex | 48 | 73 | 69 | 25 | 0 | 9 | 37 | A6 | 17 | 25 |
| Octal | 110 | 163 | 151 | 45 | 0 | 11 | 67 | 246 | 27 | 45 |
| Binary | 1001000 | 1110011 | 1101001 | 100101 | 0 | 1001 | 110111 | 10100110 | 10111 | 100101 |
Color Harmonies of #487369
Complementary color
Monochromatic Colors of #487369
Black with #487369
Text Example
Text Example
White with #487369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #487369; }
p { color: rgb(72,115,105); }
H1.HeaderClassName
{
color: #487369;
}
.AnyTagClassName
{
color: #487369;
}
</style>
background-color css
<style>
a { background-color: #487369; }
a { background-color: rgb(72,115,105); }
div.DivClassName
{
background-color: #487369;
}
.BgClassName
{
background-color: #487369;
}
</style>
border-color css
<style>
span { border-color: #487369; }
span { border-color: rgb(72,115,105); }
td.TdClassName
{
border-color: #487369;
}
.TagClassName
{
border-color: #487369;
}
</style>