#4C7C73

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

Shades of Dark Green Copper #4C7C73

Tints of Dark Green Copper #4C7C73

Color information

#4C7C73 (or 0x4C7C73) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 7C and 73. RGB value is (76,124,115). Sum of RGB (Red+Green+Blue) = 76+124+115=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7C73 is #B3838C. Grayscale: #6C6C6C. Windows color (decimal): -11764621 or 7568460. OLE color: 7568460.

HSL color Cylindrical-coordinate representation of color #4C7C73: hue angle of 168.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7C73 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB76124115-
CMYK0.3900.070.51
HSL168.75º24%39.22%-
HSV(B)168.75º38.71%48.63%-
XYZ13.2817.1918.84-
YUV108.62131.6104.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.13%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=24.13%
G=39.37%
B=36.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761241150.3900.070.51168.752439.22
Hex4C7C73270733a91827
Octal1141741634707632513047
Binary10011001111100111001110011101111100111010100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,124,115); }

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

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

 a { background-color: rgb(76,124,115); }

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

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

 span { border-color: rgb(76,124,115); }

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