#476B63

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

Shades of Dark Green Copper #476B63

Tints of Dark Green Copper #476B63

Color information

#476B63 (or 0x476B63) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6B and 63. RGB value is (71,107,99). Sum of RGB (Red+Green+Blue) = 71+107+99=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #476B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B63 is #B8949C. Grayscale: #5F5F5F. Windows color (decimal): -12096669 or 6515527. OLE color: 6515527.

HSL color Cylindrical-coordinate representation of color #476B63: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B63 is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB7110799-
CMYK0.3400.070.58
HSL166.67º20.22%34.9%-
HSV(B)166.67º33.64%41.96%-
XYZ10.1112.7613.73-
YUV95.32130.07110.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=25.63%
G=38.63%
B=35.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107990.3400.070.58166.6720.2234.9
Hex476B6322073Aa71423
Octal1071531434207722472443
Binary10001111101011110001110001001111110101010011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476B63; }

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

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

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

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

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

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

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

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