#48716F

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

Shades of Dark Green Copper #48716F

Tints of Dark Green Copper #48716F

Color information

#48716F (or 0x48716F) is unknown color: approx Dark Green Copper. HEX triplet: 48, 71 and 6F. RGB value is (72,113,111). Sum of RGB (Red+Green+Blue) = 72+113+111=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #48716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48716F is #B78E90. Grayscale: #646464. Windows color (decimal): -12029585 or 7303496. OLE color: 7303496.

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

Color convert

RGB72113111-
CMYK0.3600.020.56
HSL177.07º22.16%36.27%-
HSV(B)177.07º36.28%44.31%-
XYZ11.4514.3417.2-
YUV100.51133.92107.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.32%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=24.32%
G=38.18%
B=37.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721131110.3600.020.56177.0722.1636.27
Hex48716F240238b11624
Octal1101611574402702612644
Binary1001000111000111011111001000101110001011000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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