#4C7066

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

Shades of Dark Green Copper #4C7066

Tints of Dark Green Copper #4C7066

Color information

#4C7066 (or 0x4C7066) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 70 and 66. RGB value is (76,112,102). Sum of RGB (Red+Green+Blue) = 76+112+102=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7066 is #B38F99. Grayscale: #646464. Windows color (decimal): -11767706 or 6713420. OLE color: 6713420.

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

Color convert

RGB76112102-
CMYK0.3200.090.56
HSL163.33º19.15%36.86%-
HSV(B)163.33º32.14%43.92%-
XYZ11.1714.0814.7-
YUV100.1129.07110.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=26.21%
G=38.62%
B=35.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761121020.3200.090.56163.3319.1536.86
Hex4C7066200938a31325
Octal11416014640011702432345
Binary100110011100001100110100000010011110001010001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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