#48796E

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

Shades of Dark Green Copper #48796E

Tints of Dark Green Copper #48796E

Color information

#48796E (or 0x48796E) is unknown color: approx Dark Green Copper. HEX triplet: 48, 79 and 6E. RGB value is (72,121,110). Sum of RGB (Red+Green+Blue) = 72+121+110=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #48796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48796E is #B78691. Grayscale: #696969. Windows color (decimal): -12027538 or 7240008. OLE color: 7240008.

HSL color Cylindrical-coordinate representation of color #48796E: hue angle of 166.53º 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 #48796E is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB72121110-
CMYK0.4000.090.53
HSL166.53º25.39%37.84%-
HSV(B)166.53º40.5%47.45%-
XYZ12.3216.1817.23-
YUV105.1130.77104.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 121 (47.66% from 255) = 39.93%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=23.76%
G=39.93%
B=36.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211100.4000.090.53166.5325.3937.84
Hex48796E280935a71926
Octal11017115650011652473146
Binary100100011110011101110101000010011101011010011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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