#476F68

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

Shades of Dark Green Copper #476F68

Tints of Dark Green Copper #476F68

Color information

#476F68 (or 0x476F68) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6F and 68. RGB value is (71,111,104). Sum of RGB (Red+Green+Blue) = 71+111+104=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #476F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F68 is #B89097. Grayscale: #626262. Windows color (decimal): -12095640 or 6844231. OLE color: 6844231.

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

Color convert

RGB71111104-
CMYK0.3600.060.56
HSL169.5º21.98%35.69%-
HSV(B)169.5º36.04%43.53%-
XYZ10.7813.7115.17-
YUV98.24131.25108.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=24.83%
G=38.81%
B=36.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711111040.3600.060.56169.521.9835.69
Hex476F68240638aa1624
Octal1071571504406702522644
Binary10001111101111110100010010001101110001010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476F68; }

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

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

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

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

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

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

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

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