#48746E

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

Shades of Dark Green Copper #48746E

Tints of Dark Green Copper #48746E

Color information

#48746E (or 0x48746E) is unknown color: approx Dark Green Copper. HEX triplet: 48, 74 and 6E. RGB value is (72,116,110). Sum of RGB (Red+Green+Blue) = 72+116+110=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #48746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746E is #B78B91. Grayscale: #666666. Windows color (decimal): -12028818 or 7238728. OLE color: 7238728.

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

Color convert

RGB72116110-
CMYK0.3800.050.55
HSL171.82º23.4%36.86%-
HSV(B)171.82º37.93%45.49%-
XYZ11.7314.9917.03-
YUV102.16132.42106.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=24.16%
G=38.93%
B=36.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721161100.3800.050.55171.8223.436.86
Hex48746E260537ac1725
Octal1101641564605672542745
Binary10010001110100110111010011001011101111010110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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