#4C756F

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

Shades of Dark Green Copper #4C756F

Tints of Dark Green Copper #4C756F

Color information

#4C756F (or 0x4C756F) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 75 and 6F. RGB value is (76,117,111). Sum of RGB (Red+Green+Blue) = 76+117+111=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #4C756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C756F is #B38A90. Grayscale: #686868. Windows color (decimal): -11766417 or 7304524. OLE color: 7304524.

HSL color Cylindrical-coordinate representation of color #4C756F: hue angle of 171.22º 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 #4C756F is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB76117111-
CMYK0.3500.050.54
HSL171.22º21.24%37.84%-
HSV(B)171.22º35.04%45.88%-
XYZ12.2115.4117.37-
YUV104.06131.92107.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=25%
G=38.49%
B=36.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761171110.3500.050.54171.2221.2437.84
Hex4C756F230536ab1526
Octal1141651574305662532546
Binary10011001110101110111110001101011101101010101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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