#477364

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

Shades of Dark Green Copper #477364

Tints of Dark Green Copper #477364

Color information

#477364 (or 0x477364) is unknown color: approx Dark Green Copper. HEX triplet: 47, 73 and 64. RGB value is (71,115,100). Sum of RGB (Red+Green+Blue) = 71+115+100=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #477364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477364 is #B88C9B. Grayscale: #646464. Windows color (decimal): -12094620 or 6583111. OLE color: 6583111.

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

Color convert

RGB71115100-
CMYK0.3800.130.55
HSL159.55º23.66%36.47%-
HSV(B)159.55º38.26%45.1%-
XYZ11.0314.5214.28-
YUV100.13127.92107.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=24.83%
G=40.21%
B=34.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711151000.3800.130.55159.5523.6636.47
Hex477364260D37a01824
Octal10716314446015672403044
Binary100011111100111100100100110011011101111010000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477364; }

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

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

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

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

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

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

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

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