#4C726D

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

Shades of Dark Green Copper #4C726D

Tints of Dark Green Copper #4C726D

Color information

#4C726D (or 0x4C726D) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 72 and 6D. RGB value is (76,114,109). Sum of RGB (Red+Green+Blue) = 76+114+109=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #4C726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C726D is #B38D92. Grayscale: #666666. Windows color (decimal): -11767187 or 7172684. OLE color: 7172684.

HSL color Cylindrical-coordinate representation of color #4C726D: hue angle of 172.11º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C726D is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB76114109-
CMYK0.3300.040.55
HSL172.11º20%37.25%-
HSV(B)172.11º33.33%44.71%-
XYZ11.7614.6816.68-
YUV102.07131.91109.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=25.42%
G=38.13%
B=36.45%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761141090.3300.040.55172.112037.25
Hex4C726D210437ac1425
Octal1141621554104672542445
Binary10011001110010110110110000101001101111010110010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,109); }

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

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

 a { background-color: rgb(76,114,109); }

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

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

 span { border-color: rgb(76,114,109); }

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