#476863

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

Shades of Dark Green Copper #476863

Tints of Dark Green Copper #476863

Color information

#476863 (or 0x476863) is unknown color: approx Dark Green Copper. HEX triplet: 47, 68 and 63. RGB value is (71,104,99). Sum of RGB (Red+Green+Blue) = 71+104+99=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #476863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476863 is #B8979C. Grayscale: #5D5D5D. Windows color (decimal): -12097437 or 6514759. OLE color: 6514759.

HSL color Cylindrical-coordinate representation of color #476863: hue angle of 170.91º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476863 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB7110499-
CMYK0.3200.050.59
HSL170.91º18.86%34.31%-
HSV(B)170.91º31.73%40.78%-
XYZ9.812.1413.63-
YUV93.56131.07111.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 104 (41.02% from 255) = 37.96%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=25.91%
G=37.96%
B=36.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104990.3200.050.59170.9118.8634.31
Hex47686320053Bab1322
Octal1071501434005732532342
Binary10001111101000110001110000001011110111010101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476863; }

 p { color: rgb(71,104,99); }

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

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

 a { background-color: rgb(71,104,99); }

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

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

 span { border-color: rgb(71,104,99); }

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