#477668

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

Shades of Dark Green Copper #477668

Tints of Dark Green Copper #477668

Color information

#477668 (or 0x477668) is unknown color: approx Dark Green Copper. HEX triplet: 47, 76 and 68. RGB value is (71,118,104). Sum of RGB (Red+Green+Blue) = 71+118+104=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #477668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477668 is #B88997. Grayscale: #666666. Windows color (decimal): -12093848 or 6846023. OLE color: 6846023.

HSL color Cylindrical-coordinate representation of color #477668: hue angle of 162.13º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477668 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB71118104-
CMYK0.4000.120.54
HSL162.13º24.87%37.06%-
HSV(B)162.13º39.83%46.27%-
XYZ11.5815.315.44-
YUV102.35128.93105.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=24.23%
G=40.27%
B=35.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711181040.4000.120.54162.1324.8737.06
Hex477668280C36a21925
Octal10716615050014662423145
Binary100011111101101101000101000011001101101010001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477668; }

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

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

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

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

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

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

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

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