#478276

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

Shades of Dark Green Copper #478276

Tints of Dark Green Copper #478276

Color information

#478276 (or 0x478276) is unknown color: approx Dark Green Copper. HEX triplet: 47, 82 and 76. RGB value is (71,130,118). Sum of RGB (Red+Green+Blue) = 71+130+118=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #478276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478276 is #B87D89. Grayscale: #6E6E6E. Windows color (decimal): -12090762 or 7766599. OLE color: 7766599.

HSL color Cylindrical-coordinate representation of color #478276: hue angle of 167.8º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478276 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB71130118-
CMYK0.4500.090.49
HSL167.8º29.35%39.41%-
HSV(B)167.8º45.38%50.98%-
XYZ13.8518.6120-
YUV110.99131.9599.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=22.26%
G=40.75%
B=36.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301180.4500.090.49167.829.3539.41
Hex4782762D0931a81d27
Octal10720216655011612503547
Binary1000111100000101110110101101010011100011010100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478276; }

 p { color: rgb(71,130,118); }

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

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

 a { background-color: rgb(71,130,118); }

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

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

 span { border-color: rgb(71,130,118); }

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