#486865

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

Shades of Dark Green Copper #486865

Tints of Dark Green Copper #486865

Color information

#486865 (or 0x486865) is unknown color: approx Dark Green Copper. HEX triplet: 48, 68 and 65. RGB value is (72,104,101). Sum of RGB (Red+Green+Blue) = 72+104+101=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #486865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486865 is #B7979A. Grayscale: #5E5E5E. Windows color (decimal): -12031899 or 6645832. OLE color: 6645832.

HSL color Cylindrical-coordinate representation of color #486865: hue angle of 174.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486865 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB72104101-
CMYK0.3100.030.59
HSL174.38º18.18%34.51%-
HSV(B)174.38º30.77%40.78%-
XYZ9.9712.2214.14-
YUV94.09131.9112.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=25.99%
G=37.55%
B=36.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal721041010.3100.030.59174.3818.1834.51
Hex4868651F033Bae1223
Octal1101501453703732562243
Binary100100011010001100101111110111110111010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486865; }

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

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

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

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

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

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

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

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