#4C7C71

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

Shades of Dark Green Copper #4C7C71

Tints of Dark Green Copper #4C7C71

Color information

#4C7C71 (or 0x4C7C71) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 7C and 71. RGB value is (76,124,113). Sum of RGB (Red+Green+Blue) = 76+124+113=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7C71 is #B3838E. Grayscale: #6C6C6C. Windows color (decimal): -11764623 or 7437388. OLE color: 7437388.

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

Color convert

RGB76124113-
CMYK0.3900.090.51
HSL166.25º24%39.22%-
HSV(B)166.25º38.71%48.63%-
XYZ13.1717.1418.24-
YUV108.39130.6104.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.28%
GREEN value IS 124 (48.83% from 255) = 39.62%
BLUE value IS 113 (44.53% from 255) = 36.10%
R=24.28%
G=39.62%
B=36.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761241130.3900.090.51166.252439.22
Hex4C7C71270933a61827
Octal11417416147011632463047
Binary100110011111001110001100111010011100111010011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C7C71; }

 p { color: rgb(76,124,113); }

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

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

 a { background-color: rgb(76,124,113); }

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

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

 span { border-color: rgb(76,124,113); }

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