#47726F

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

Shades of Dark Green Copper #47726F

Tints of Dark Green Copper #47726F

Color information

#47726F (or 0x47726F) is unknown color: approx Dark Green Copper. HEX triplet: 47, 72 and 6F. RGB value is (71,114,111). Sum of RGB (Red+Green+Blue) = 71+114+111=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #47726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47726F is #B88D90. Grayscale: #646464. Windows color (decimal): -12094865 or 7303751. OLE color: 7303751.

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

Color convert

RGB71114111-
CMYK0.3800.030.55
HSL175.81º23.24%36.27%-
HSV(B)175.81º37.72%44.71%-
XYZ11.4914.5217.24-
YUV100.8133.75106.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=23.99%
G=38.51%
B=37.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711141110.3800.030.55175.8123.2436.27
Hex47726F260337b01724
Octal1071621574603672602744
Binary1000111111001011011111001100111101111011000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,114,111); }

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

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

 a { background-color: rgb(71,114,111); }

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

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

 span { border-color: rgb(71,114,111); }

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