#48776E

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

Shades of Dark Green Copper #48776E

Tints of Dark Green Copper #48776E

Color information

#48776E (or 0x48776E) is unknown color: approx Dark Green Copper. HEX triplet: 48, 77 and 6E. RGB value is (72,119,110). Sum of RGB (Red+Green+Blue) = 72+119+110=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #48776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48776E is #B78891. Grayscale: #676767. Windows color (decimal): -12028050 or 7239496. OLE color: 7239496.

HSL color Cylindrical-coordinate representation of color #48776E: hue angle of 168.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48776E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB72119110-
CMYK0.3900.080.53
HSL168.51º24.61%37.45%-
HSV(B)168.51º39.5%46.67%-
XYZ12.0815.717.14-
YUV103.92131.43105.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=23.92%
G=39.53%
B=36.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191100.3900.080.53168.5124.6137.45
Hex48776E270835a91925
Octal11016715647010652513145
Binary100100011101111101110100111010001101011010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48776E; }

 p { color: rgb(72,119,110); }

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

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

 a { background-color: rgb(72,119,110); }

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

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

 span { border-color: rgb(72,119,110); }

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