#486f67

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

Shades of Dark Green Copper #486F67

Tints of Dark Green Copper #486F67

Color information

#486F67 (or 0x486F67) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6F and 67. RGB value is (72,111,103). Sum of RGB (Red+Green+Blue) = 72+111+103=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #486F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F67 is #B79098. Grayscale: #626262. Windows color (decimal): -12030105 or 6778696. OLE color: 6778696.

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

Color convert

RGB72111103-
CMYK0.3500.070.56
HSL167.69º21.31%35.88%-
HSV(B)167.69º35.14%43.53%-
XYZ10.8113.7314.91-
YUV98.43130.58109.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=25.17%
G=38.81%
B=36.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721111030.3500.070.56167.6921.3135.88
Hex486F67230738a81524
Octal1101571474307702502544
Binary10010001101111110011110001101111110001010100010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486f67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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