#48766F

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

Shades of Dark Green Copper #48766F

Tints of Dark Green Copper #48766F

Color information

#48766F (or 0x48766F) is unknown color: approx Dark Green Copper. HEX triplet: 48, 76 and 6F. RGB value is (72,118,111). Sum of RGB (Red+Green+Blue) = 72+118+111=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #48766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48766F is #B78990. Grayscale: #676767. Windows color (decimal): -12028305 or 7304776. OLE color: 7304776.

HSL color Cylindrical-coordinate representation of color #48766F: hue angle of 170.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48766F is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB72118111-
CMYK0.3900.060.54
HSL170.87º24.21%37.25%-
HSV(B)170.87º38.98%46.27%-
XYZ12.0215.4817.39-
YUV103.45132.26105.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.92%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=23.92%
G=39.20%
B=36.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181110.3900.060.54170.8724.2137.25
Hex48766F270636ab1825
Octal1101661574706662533045
Binary10010001110110110111110011101101101101010101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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