#48726C

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

Shades of Dark Green Copper #48726C

Tints of Dark Green Copper #48726C

Color information

#48726C (or 0x48726C) is unknown color: approx Dark Green Copper. HEX triplet: 48, 72 and 6C. RGB value is (72,114,108). Sum of RGB (Red+Green+Blue) = 72+114+108=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #48726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48726C is #B78D93. Grayscale: #646464. Windows color (decimal): -12029332 or 7107144. OLE color: 7107144.

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

Color convert

RGB72114108-
CMYK0.3700.050.55
HSL171.43º22.58%36.47%-
HSV(B)171.43º36.84%44.71%-
XYZ11.414.516.38-
YUV100.76132.09107.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=24.49%
G=38.78%
B=36.73%

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
Decimal721141080.3700.050.55171.4322.5836.47
Hex48726C250537ab1724
Octal1101621544505672532744
Binary10010001110010110110010010101011101111010101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48726C; }

 p { color: rgb(72,114,108); }

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

<style>
 a { background-color: #48726C; }

 a { background-color: rgb(72,114,108); }

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

<style>
 span { border-color: #48726C; }

 span { border-color: rgb(72,114,108); }

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