#486C68

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

Shades of Dark Green Copper #486C68

Tints of Dark Green Copper #486C68

Color information

#486C68 (or 0x486C68) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6C and 68. RGB value is (72,108,104). Sum of RGB (Red+Green+Blue) = 72+108+104=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #486C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C68 is #B79397. Grayscale: #606060. Windows color (decimal): -12030872 or 6843464. OLE color: 6843464.

HSL color Cylindrical-coordinate representation of color #486C68: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486C68 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB72108104-
CMYK0.3300.040.58
HSL173.33º20%35.29%-
HSV(B)173.33º33.33%42.35%-
XYZ10.5313.115.07-
YUV96.78132.07110.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 104 (41.02% from 255) = 36.62%
R=25.35%
G=38.03%
B=36.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal721081040.3300.040.58173.332035.29
Hex486C6821043Aad1423
Octal1101541504104722552443
Binary10010001101100110100010000101001110101010110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,104); }

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

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

 a { background-color: rgb(72,108,104); }

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

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

 span { border-color: rgb(72,108,104); }

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