#48796C

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

Shades of Dark Green Copper #48796C

Tints of Dark Green Copper #48796C

Color information

#48796C (or 0x48796C) is unknown color: approx Dark Green Copper. HEX triplet: 48, 79 and 6C. RGB value is (72,121,108). Sum of RGB (Red+Green+Blue) = 72+121+108=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #48796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48796C is #B78693. Grayscale: #686868. Windows color (decimal): -12027540 or 7108936. OLE color: 7108936.

HSL color Cylindrical-coordinate representation of color #48796C: hue angle of 164.08º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48796C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB72121108-
CMYK0.4000.110.53
HSL164.08º25.39%37.84%-
HSV(B)164.08º40.5%47.45%-
XYZ12.2216.1416.66-
YUV104.87129.77104.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=23.92%
G=40.20%
B=35.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211080.4000.110.53164.0825.3937.84
Hex48796C280B35a41926
Octal11017115450013652443146
Binary100100011110011101100101000010111101011010010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48796C; }

 p { color: rgb(72,121,108); }

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

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

 a { background-color: rgb(72,121,108); }

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

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

 span { border-color: rgb(72,121,108); }

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