#486E63

Color #486E63 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #486E63

Tints of Dark Green Copper #486E63

Color information

#486E63 (or 0x486E63) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6E and 63. RGB value is (72,110,99). Sum of RGB (Red+Green+Blue) = 72+110+99=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #486E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E63 is #B7919C. Grayscale: #616161. Windows color (decimal): -12030365 or 6516296. OLE color: 6516296.

HSL color Cylindrical-coordinate representation of color #486E63: hue angle of 162.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #486E63 is Cyan = 0.35, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB7211099-
CMYK0.3500.10.57
HSL162.63º20.88%35.69%-
HSV(B)162.63º34.55%43.14%-
XYZ10.513.4313.84-
YUV97.38128.91109.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=25.62%
G=39.15%
B=35.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110990.3500.10.57162.6320.8835.69
Hex486E63230A39a31524
Octal11015614343012712432544
Binary100100011011101100011100011010101110011010001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486E63; }

 p { color: rgb(72,110,99); }

 H1.HeaderClassName
 {
   color: #486E63;
 }
 .AnyTagClassName
 {
   color: #486E63;
 }
</style>
background-color css

<style>
 a { background-color: #486E63; }

 a { background-color: rgb(72,110,99); }

 div.DivClassName
 {
   background-color: #486E63;
 }
 .BgClassName
 {
   background-color: #486E63;
 }
</style>
border-color css

<style>
 span { border-color: #486E63; }

 span { border-color: rgb(72,110,99); }

 td.TdClassName
 {
   border-color: #486E63;
 }
 .TagClassName
 {
   border-color: #486E63;
 }
</style>