#476763

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

Shades of Dark Green Copper #476763

Tints of Dark Green Copper #476763

Color information

#476763 (or 0x476763) is unknown color: approx Dark Green Copper. HEX triplet: 47, 67 and 63. RGB value is (71,103,99). Sum of RGB (Red+Green+Blue) = 71+103+99=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #476763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476763 is #B8989C. Grayscale: #5C5C5C. Windows color (decimal): -12097693 or 6514503. OLE color: 6514503.

HSL color Cylindrical-coordinate representation of color #476763: hue angle of 172.5º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476763 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB7110399-
CMYK0.3100.040.60
HSL172.5º18.39%34.12%-
HSV(B)172.5º31.07%40.39%-
XYZ9.711.9413.6-
YUV92.98131.4112.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=26.01%
G=37.73%
B=36.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103990.3100.040.60172.518.3934.12
Hex4767631F043Cac1222
Octal1071471433704742542242
Binary1000111110011111000111111101001111001010110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476763; }

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

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

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

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

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

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

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

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