#477874

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

Shades of Dark Green Copper #477874

Tints of Dark Green Copper #477874

Color information

#477874 (or 0x477874) is unknown color: approx Dark Green Copper. HEX triplet: 47, 78 and 74. RGB value is (71,120,116). Sum of RGB (Red+Green+Blue) = 71+120+116=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #477874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477874 is #B8878B. Grayscale: #686868. Windows color (decimal): -12093324 or 7632967. OLE color: 7632967.

HSL color Cylindrical-coordinate representation of color #477874: hue angle of 175.1º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477874 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB71120116-
CMYK0.4100.030.53
HSL175.1º25.65%37.45%-
HSV(B)175.1º40.83%47.06%-
XYZ12.4716.0318.96-
YUV104.89134.27103.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=23.13%
G=39.09%
B=37.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201160.4100.030.53175.125.6537.45
Hex477874290335af1a25
Octal1071701645103652573245
Binary1000111111100011101001010010111101011010111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477874; }

 p { color: rgb(71,120,116); }

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

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

 a { background-color: rgb(71,120,116); }

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

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

 span { border-color: rgb(71,120,116); }

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