#476862

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

Shades of Dark Green Copper #476862

Tints of Dark Green Copper #476862

Color information

#476862 (or 0x476862) is unknown color: approx Dark Green Copper. HEX triplet: 47, 68 and 62. RGB value is (71,104,98). Sum of RGB (Red+Green+Blue) = 71+104+98=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #476862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476862 is #B8979D. Grayscale: #5D5D5D. Windows color (decimal): -12097438 or 6449223. OLE color: 6449223.

HSL color Cylindrical-coordinate representation of color #476862: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476862 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB7110498-
CMYK0.3200.060.59
HSL169.09º18.86%34.31%-
HSV(B)169.09º31.73%40.78%-
XYZ9.7512.1213.38-
YUV93.45130.57111.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=26.01%
G=38.10%
B=35.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104980.3200.060.59169.0918.8634.31
Hex47686220063Ba91322
Octal1071501424006732512342
Binary10001111101000110001010000001101110111010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476862; }

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

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

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

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

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

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

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

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