#486F66

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

Shades of Dark Green Copper #486F66

Tints of Dark Green Copper #486F66

Color information

#486F66 (or 0x486F66) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6F and 66. RGB value is (72,111,102). Sum of RGB (Red+Green+Blue) = 72+111+102=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #486F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F66 is #B79099. Grayscale: #626262. Windows color (decimal): -12030106 or 6713160. OLE color: 6713160.

HSL color Cylindrical-coordinate representation of color #486F66: hue angle of 166.15º 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 #486F66 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB72111102-
CMYK0.3500.080.56
HSL166.15º21.31%35.88%-
HSV(B)166.15º35.14%43.53%-
XYZ10.7613.7114.65-
YUV98.31130.08109.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=25.26%
G=38.95%
B=35.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721111020.3500.080.56166.1521.3135.88
Hex486F66230838a61524
Octal11015714643010702462544
Binary100100011011111100110100011010001110001010011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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