#486965

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

Shades of Dark Green Copper #486965

Tints of Dark Green Copper #486965

Color information

#486965 (or 0x486965) is unknown color: approx Dark Green Copper. HEX triplet: 48, 69 and 65. RGB value is (72,105,101). Sum of RGB (Red+Green+Blue) = 72+105+101=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 105 - color contains mainly: green. Hex color #486965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486965 is #B7969A. Grayscale: #5E5E5E. Windows color (decimal): -12031643 or 6646088. OLE color: 6646088.

HSL color Cylindrical-coordinate representation of color #486965: hue angle of 172.73º degrees, saturation: 0.19, 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 #486965 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB72105101-
CMYK0.3100.040.59
HSL172.73º18.64%34.71%-
HSV(B)172.73º31.43%41.18%-
XYZ10.0712.4214.18-
YUV94.68131.57111.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=25.90%
G=37.77%
B=36.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal721051010.3100.040.59172.7318.6434.71
Hex4869651F043Bad1323
Octal1101511453704732552343
Binary1001000110100111001011111101001110111010110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486965; }

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

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

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

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

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

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

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

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