#476761

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

Shades of Dark Green Copper #476761

Tints of Dark Green Copper #476761

Color information

#476761 (or 0x476761) is unknown color: approx Dark Green Copper. HEX triplet: 47, 67 and 61. RGB value is (71,103,97). Sum of RGB (Red+Green+Blue) = 71+103+97=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 103 - color contains mainly: green. Hex color #476761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476761 is #B8989E. Grayscale: #5C5C5C. Windows color (decimal): -12097695 or 6383431. OLE color: 6383431.

HSL color Cylindrical-coordinate representation of color #476761: hue angle of 168.75º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476761 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB7110397-
CMYK0.3100.060.60
HSL168.75º18.39%34.12%-
HSV(B)168.75º31.07%40.39%-
XYZ9.6111.913.1-
YUV92.75130.4112.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=26.20%
G=38.01%
B=35.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103970.3100.060.60168.7518.3934.12
Hex4767611F063Ca91222
Octal1071471413706742512242
Binary1000111110011111000011111101101111001010100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476761; }

 p { color: rgb(71,103,97); }

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

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

 a { background-color: rgb(71,103,97); }

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

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

 span { border-color: rgb(71,103,97); }

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