#4C7F74

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

Shades of Dark Green Copper #4C7F74

Tints of Dark Green Copper #4C7F74

Color information

#4C7F74 (or 0x4C7F74) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 7F and 74. RGB value is (76,127,116). Sum of RGB (Red+Green+Blue) = 76+127+116=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F74 is #B3808B. Grayscale: #6E6E6E. Windows color (decimal): -11763852 or 7634764. OLE color: 7634764.

HSL color Cylindrical-coordinate representation of color #4C7F74: hue angle of 167.06º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F74 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB76127116-
CMYK0.4000.090.50
HSL167.06º25.12%39.8%-
HSV(B)167.06º40.16%49.8%-
XYZ13.7217.9819.27-
YUV110.5131.1103.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.82%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=23.82%
G=39.81%
B=36.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal761271160.4000.090.50167.0625.1239.8
Hex4C7F74280932a71928
Octal11417716450011622473150
Binary100110011111111110100101000010011100101010011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,127,116); }

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

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

 a { background-color: rgb(76,127,116); }

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

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

 span { border-color: rgb(76,127,116); }

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