#4C7369

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

Shades of Dark Green Copper #4C7369

Tints of Dark Green Copper #4C7369

Color information

#4C7369 (or 0x4C7369) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 73 and 69. RGB value is (76,115,105). Sum of RGB (Red+Green+Blue) = 76+115+105=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7369 is #B38C96. Grayscale: #666666. Windows color (decimal): -11766935 or 6910796. OLE color: 6910796.

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

Color convert

RGB76115105-
CMYK0.3400.090.55
HSL164.62º20.42%37.45%-
HSV(B)164.62º33.91%45.1%-
XYZ11.6614.8215.61-
YUV102.2129.58109.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=25.68%
G=38.85%
B=35.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761151050.3400.090.55164.6220.4237.45
Hex4C7369220937a51425
Octal11416315142011672452445
Binary100110011100111101001100010010011101111010010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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