#48776F

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

Shades of Dark Green Copper #48776F

Tints of Dark Green Copper #48776F

Color information

#48776F (or 0x48776F) is unknown color: approx Dark Green Copper. HEX triplet: 48, 77 and 6F. RGB value is (72,119,111). Sum of RGB (Red+Green+Blue) = 72+119+111=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #48776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48776F is #B78890. Grayscale: #686868. Windows color (decimal): -12028049 or 7305032. OLE color: 7305032.

HSL color Cylindrical-coordinate representation of color #48776F: hue angle of 169.79º 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 #48776F is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB72119111-
CMYK0.3900.070.53
HSL169.79º24.61%37.45%-
HSV(B)169.79º39.5%46.67%-
XYZ12.1415.7217.43-
YUV104.04131.93105.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=23.84%
G=39.40%
B=36.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191110.3900.070.53169.7924.6137.45
Hex48776F270735aa1925
Octal1101671574707652523145
Binary10010001110111110111110011101111101011010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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