#477464

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

Shades of Dark Green Copper #477464

Tints of Dark Green Copper #477464

Color information

#477464 (or 0x477464) is unknown color: approx Dark Green Copper. HEX triplet: 47, 74 and 64. RGB value is (71,116,100). Sum of RGB (Red+Green+Blue) = 71+116+100=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #477464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477464 is #B88B9B. Grayscale: #646464. Windows color (decimal): -12094364 or 6583367. OLE color: 6583367.

HSL color Cylindrical-coordinate representation of color #477464: hue angle of 158.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477464 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB71116100-
CMYK0.3900.140.55
HSL158.67º24.06%36.67%-
HSV(B)158.67º38.79%45.49%-
XYZ11.1414.7514.32-
YUV100.72127.59106.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=24.74%
G=40.42%
B=34.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711161000.3900.140.55158.6724.0636.67
Hex477464270E379f1825
Octal10716414447016672373045
Binary100011111101001100100100111011101101111001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477464; }

 p { color: rgb(71,116,100); }

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

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

 a { background-color: rgb(71,116,100); }

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

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

 span { border-color: rgb(71,116,100); }

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