#476963

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

Shades of Dark Green Copper #476963

Tints of Dark Green Copper #476963

Color information

#476963 (or 0x476963) is unknown color: approx Dark Green Copper. HEX triplet: 47, 69 and 63. RGB value is (71,105,99). Sum of RGB (Red+Green+Blue) = 71+105+99=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #476963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476963 is #B8969C. Grayscale: #5E5E5E. Windows color (decimal): -12097181 or 6515015. OLE color: 6515015.

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

Color convert

RGB7110599-
CMYK0.3200.060.59
HSL169.41º19.32%34.51%-
HSV(B)169.41º32.38%41.18%-
XYZ9.912.3413.67-
YUV94.15130.74111.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 105 (41.41% from 255) = 38.18%
BLUE value IS 99 (39.06% from 255) = 36%
R=25.82%
G=38.18%
B=36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105990.3200.060.59169.4119.3234.51
Hex47696320063Ba91323
Octal1071511434006732512343
Binary10001111101001110001110000001101110111010100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476963; }

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

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

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

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

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

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

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

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