#48736A

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

Shades of Dark Green Copper #48736A

Tints of Dark Green Copper #48736A

Color information

#48736A (or 0x48736A) is unknown color: approx Dark Green Copper. HEX triplet: 48, 73 and 6A. RGB value is (72,115,106). Sum of RGB (Red+Green+Blue) = 72+115+106=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #48736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48736A is #B78C95. Grayscale: #656565. Windows color (decimal): -12029078 or 6976328. OLE color: 6976328.

HSL color Cylindrical-coordinate representation of color #48736A: hue angle of 167.44º 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 #48736A is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB72115106-
CMYK0.3700.080.55
HSL167.44º22.99%36.67%-
HSV(B)167.44º37.39%45.1%-
XYZ11.414.6815.87-
YUV101.12130.75107.23-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=24.57%
G=39.25%
B=36.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721151060.3700.080.55167.4422.9936.67
Hex48736A250837a71725
Octal11016315245010672472745
Binary100100011100111101010100101010001101111010011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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