#4C706B

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

Shades of Dark Green Copper #4C706B

Tints of Dark Green Copper #4C706B

Color information

#4C706B (or 0x4C706B) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 70 and 6B. RGB value is (76,112,107). Sum of RGB (Red+Green+Blue) = 76+112+107=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #4C706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C706B is #B38F94. Grayscale: #646464. Windows color (decimal): -11767701 or 7041100. OLE color: 7041100.

HSL color Cylindrical-coordinate representation of color #4C706B: hue angle of 171.67º 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 #4C706B is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB76112107-
CMYK0.3200.040.56
HSL171.67º19.15%36.86%-
HSV(B)171.67º32.14%43.92%-
XYZ11.4314.1916.05-
YUV100.67131.57110.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 107 (42.19% from 255) = 36.27%
R=25.76%
G=37.97%
B=36.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761121070.3200.040.56171.6719.1536.86
Hex4C706B200438ac1325
Octal1141601534004702542345
Binary10011001110000110101110000001001110001010110010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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