#477165

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

Shades of Dark Green Copper #477165

Tints of Dark Green Copper #477165

Color information

#477165 (or 0x477165) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 65. RGB value is (71,113,101). Sum of RGB (Red+Green+Blue) = 71+113+101=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #477165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477165 is #B88E9A. Grayscale: #636363. Windows color (decimal): -12095131 or 6648135. OLE color: 6648135.

HSL color Cylindrical-coordinate representation of color #477165: hue angle of 162.86º 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 #477165 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB71113101-
CMYK0.3700.110.56
HSL162.86º22.83%36.08%-
HSV(B)162.86º37.17%44.31%-
XYZ10.8514.0914.46-
YUV99.07129.09107.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=24.91%
G=39.65%
B=35.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711131010.3700.110.56162.8622.8336.08
Hex477165250B38a31724
Octal10716114545013702432744
Binary100011111100011100101100101010111110001010001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477165; }

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

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

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

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

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

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

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

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