#486F65

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

Shades of Dark Green Copper #486F65

Tints of Dark Green Copper #486F65

Color information

#486F65 (or 0x486F65) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6F and 65. RGB value is (72,111,101). Sum of RGB (Red+Green+Blue) = 72+111+101=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #486F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F65 is #B7909A. Grayscale: #626262. Windows color (decimal): -12030107 or 6647624. OLE color: 6647624.

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

Color convert

RGB72111101-
CMYK0.3500.090.56
HSL164.62º21.31%35.88%-
HSV(B)164.62º35.14%43.53%-
XYZ10.7113.6914.39-
YUV98.2129.58109.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=25.35%
G=39.08%
B=35.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721111010.3500.090.56164.6221.3135.88
Hex486F65230938a51524
Octal11015714543011702452544
Binary100100011011111100101100011010011110001010010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,101); }

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

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

 a { background-color: rgb(72,111,101); }

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

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

 span { border-color: rgb(72,111,101); }

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