#48736D

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

Shades of Dark Green Copper #48736D

Tints of Dark Green Copper #48736D

Color information

#48736D (or 0x48736D) is unknown color: approx Dark Green Copper. HEX triplet: 48, 73 and 6D. RGB value is (72,115,109). Sum of RGB (Red+Green+Blue) = 72+115+109=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #48736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48736D is #B78C92. Grayscale: #656565. Windows color (decimal): -12029075 or 7172936. OLE color: 7172936.

HSL color Cylindrical-coordinate representation of color #48736D: hue angle of 171.63º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48736D is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB72115109-
CMYK0.3700.050.55
HSL171.63º22.99%36.67%-
HSV(B)171.63º37.39%45.1%-
XYZ11.5614.7416.7-
YUV101.46132.25106.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=24.32%
G=38.85%
B=36.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721151090.3700.050.55171.6322.9936.67
Hex48736D250537ac1725
Octal1101631554505672542745
Binary10010001110011110110110010101011101111010110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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