#48746D

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

Shades of Dark Green Copper #48746D

Tints of Dark Green Copper #48746D

Color information

#48746D (or 0x48746D) is unknown color: approx Dark Green Copper. HEX triplet: 48, 74 and 6D. RGB value is (72,116,109). Sum of RGB (Red+Green+Blue) = 72+116+109=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #48746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48746D is #B78B92. Grayscale: #666666. Windows color (decimal): -12028819 or 7173192. OLE color: 7173192.

HSL color Cylindrical-coordinate representation of color #48746D: hue angle of 170.45º 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 #48746D is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB72116109-
CMYK0.3800.060.55
HSL170.45º23.4%36.86%-
HSV(B)170.45º37.93%45.49%-
XYZ11.6814.9716.74-
YUV102.05131.92106.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=24.24%
G=39.06%
B=36.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721161090.3800.060.55170.4523.436.86
Hex48746D260637aa1725
Octal1101641554606672522745
Binary10010001110100110110110011001101101111010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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