#477168

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

Shades of Dark Green Copper #477168

Tints of Dark Green Copper #477168

Color information

#477168 (or 0x477168) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 68. RGB value is (71,113,104). Sum of RGB (Red+Green+Blue) = 71+113+104=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #477168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477168 is #B88E97. Grayscale: #636363. Windows color (decimal): -12095128 or 6844743. OLE color: 6844743.

HSL color Cylindrical-coordinate representation of color #477168: hue angle of 167.14º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477168 is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB71113104-
CMYK0.3700.080.56
HSL167.14º22.83%36.08%-
HSV(B)167.14º37.17%44.31%-
XYZ1114.1515.25-
YUV99.42130.59107.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=24.65%
G=39.24%
B=36.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711131040.3700.080.56167.1422.8336.08
Hex477168250838a71724
Octal10716115045010702472744
Binary100011111100011101000100101010001110001010011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477168; }

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

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

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

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

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

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

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

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