#486B67

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

Shades of Dark Green Copper #486B67

Tints of Dark Green Copper #486B67

Color information

#486B67 (or 0x486B67) is unknown color: approx Dark Green Copper. HEX triplet: 48, 6B and 67. RGB value is (72,107,103). Sum of RGB (Red+Green+Blue) = 72+107+103=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 107 (42.19% from 255 or 37.94% from 282); Blue value is 103 (40.62% from 255 or 36.52% from 282); Max value from RGB is 107 - color contains mainly: green. Hex color #486B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B67 is #B79498. Grayscale: #606060. Windows color (decimal): -12031129 or 6777672. OLE color: 6777672.

HSL color Cylindrical-coordinate representation of color #486B67: hue angle of 173.14º 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 #486B67 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB72107103-
CMYK0.3300.040.58
HSL173.14º19.55%35.1%-
HSV(B)173.14º32.71%41.96%-
XYZ10.3812.8714.77-
YUV96.08131.9110.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 107 (42.19% from 255) = 37.94%
BLUE value IS 103 (40.62% from 255) = 36.52%
R=25.53%
G=37.94%
B=36.52%

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
Decimal721071030.3300.040.58173.1419.5535.1
Hex486B6721043Aad1423
Octal1101531474104722552443
Binary10010001101011110011110000101001110101010110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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