#4C706A

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

Shades of Dark Green Copper #4C706A

Tints of Dark Green Copper #4C706A

Color information

#4C706A (or 0x4C706A) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 70 and 6A. RGB value is (76,112,106). Sum of RGB (Red+Green+Blue) = 76+112+106=294 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.85% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 112 - color contains mainly: green. Hex color #4C706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C706A is #B38F95. Grayscale: #646464. Windows color (decimal): -11767702 or 6975564. OLE color: 6975564.

HSL color Cylindrical-coordinate representation of color #4C706A: hue angle of 170º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C706A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB76112106-
CMYK0.3200.050.56
HSL170º19.15%36.86%-
HSV(B)170º32.14%43.92%-
XYZ11.3814.1715.77-
YUV100.55131.07110.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.85%
GREEN value IS 112 (44.14% from 255) = 38.10%
BLUE value IS 106 (41.80% from 255) = 36.05%
R=25.85%
G=38.10%
B=36.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761121060.3200.050.5617019.1536.86
Hex4C706A200538aa1325
Octal1141601524005702522345
Binary10011001110000110101010000001011110001010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,112,106); }

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

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

 a { background-color: rgb(76,112,106); }

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

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

 span { border-color: rgb(76,112,106); }

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