#4C7565

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

Shades of Dark Green Copper #4C7565

Tints of Dark Green Copper #4C7565

Color information

#4C7565 (or 0x4C7565) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 75 and 65. RGB value is (76,117,101). Sum of RGB (Red+Green+Blue) = 76+117+101=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7565 is #B38A9A. Grayscale: #666666. Windows color (decimal): -11766427 or 6649164. OLE color: 6649164.

HSL color Cylindrical-coordinate representation of color #4C7565: hue angle of 156.59º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C7565 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB76117101-
CMYK0.3500.140.54
HSL156.59º21.24%37.84%-
HSV(B)156.59º35.04%45.88%-
XYZ11.6915.214.63-
YUV102.92126.92108.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=25.85%
G=39.80%
B=34.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761171010.3500.140.54156.5921.2437.84
Hex4C7565230E369d1526
Octal11416514543016662352546
Binary100110011101011100101100011011101101101001110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,117,101); }

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

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

 a { background-color: rgb(76,117,101); }

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

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

 span { border-color: rgb(76,117,101); }

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