#48706B

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

Shades of Dark Green Copper #48706B

Tints of Dark Green Copper #48706B

Color information

#48706B (or 0x48706B) is unknown color: approx Dark Green Copper. HEX triplet: 48, 70 and 6B. RGB value is (72,112,107). Sum of RGB (Red+Green+Blue) = 72+112+107=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #48706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706B is #B78F94. Grayscale: #636363. Windows color (decimal): -12029845 or 7041096. OLE color: 7041096.

HSL color Cylindrical-coordinate representation of color #48706B: hue angle of 172.5º 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 #48706B is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB72112107-
CMYK0.3600.040.56
HSL172.5º21.74%36.08%-
HSV(B)172.5º35.71%43.92%-
XYZ11.1214.0316.03-
YUV99.47132.25108.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=24.74%
G=38.49%
B=36.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721121070.3600.040.56172.521.7436.08
Hex48706B240438ac1624
Octal1101601534404702542644
Binary10010001110000110101110010001001110001010110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48706B; }

 p { color: rgb(72,112,107); }

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

<style>
 a { background-color: #48706B; }

 a { background-color: rgb(72,112,107); }

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

<style>
 span { border-color: #48706B; }

 span { border-color: rgb(72,112,107); }

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