#477872

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

Shades of Dark Green Copper #477872

Tints of Dark Green Copper #477872

Color information

#477872 (or 0x477872) is unknown color: approx Dark Green Copper. HEX triplet: 47, 78 and 72. RGB value is (71,120,114). Sum of RGB (Red+Green+Blue) = 71+120+114=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #477872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477872 is #B8878D. Grayscale: #686868. Windows color (decimal): -12093326 or 7501895. OLE color: 7501895.

HSL color Cylindrical-coordinate representation of color #477872: hue angle of 172.65º 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 #477872 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB71120114-
CMYK0.4100.050.53
HSL172.65º25.65%37.45%-
HSV(B)172.65º40.83%47.06%-
XYZ12.3515.9918.35-
YUV104.66133.27103.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 114 (44.92% from 255) = 37.38%
R=23.28%
G=39.34%
B=37.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201140.4100.050.53172.6525.6537.45
Hex477872290535ad1a25
Octal1071701625105652553245
Binary10001111111000111001010100101011101011010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477872; }

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

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

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

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

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

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

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

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