#48716E

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

Shades of Dark Green Copper #48716E

Tints of Dark Green Copper #48716E

Color information

#48716E (or 0x48716E) is unknown color: approx Dark Green Copper. HEX triplet: 48, 71 and 6E. RGB value is (72,113,110). Sum of RGB (Red+Green+Blue) = 72+113+110=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #48716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48716E is #B78E91. Grayscale: #646464. Windows color (decimal): -12029586 or 7237960. OLE color: 7237960.

HSL color Cylindrical-coordinate representation of color #48716E: hue angle of 175.61º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48716E is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB72113110-
CMYK0.3600.030.56
HSL175.61º22.16%36.27%-
HSV(B)175.61º36.28%44.31%-
XYZ11.3914.3116.91-
YUV100.4133.42107.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 113 (44.53% from 255) = 38.31%
BLUE value IS 110 (43.36% from 255) = 37.29%
R=24.41%
G=38.31%
B=37.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721131100.3600.030.56175.6122.1636.27
Hex48716E240338b01624
Octal1101611564403702602644
Binary1001000111000111011101001000111110001011000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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