#48796D

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

Shades of Dark Green Copper #48796D

Tints of Dark Green Copper #48796D

Color information

#48796D (or 0x48796D) is unknown color: approx Dark Green Copper. HEX triplet: 48, 79 and 6D. RGB value is (72,121,109). Sum of RGB (Red+Green+Blue) = 72+121+109=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #48796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48796D is #B78692. Grayscale: #686868. Windows color (decimal): -12027539 or 7174472. OLE color: 7174472.

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

Color convert

RGB72121109-
CMYK0.4000.100.53
HSL165.31º25.39%37.84%-
HSV(B)165.31º40.5%47.45%-
XYZ12.2716.1616.94-
YUV104.98130.27104.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=23.84%
G=40.07%
B=36.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211090.4000.100.53165.3125.3937.84
Hex48796D280A35a51926
Octal11017115550012652453146
Binary100100011110011101101101000010101101011010010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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