#4C6D66

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

Shades of Dark Green Copper #4C6D66

Tints of Dark Green Copper #4C6D66

Color information

#4C6D66 (or 0x4C6D66) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 6D and 66. RGB value is (76,109,102). Sum of RGB (Red+Green+Blue) = 76+109+102=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6D66 is #B39299. Grayscale: #626262. Windows color (decimal): -11768474 or 6712652. OLE color: 6712652.

HSL color Cylindrical-coordinate representation of color #4C6D66: hue angle of 167.27º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C6D66 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB76109102-
CMYK0.3000.060.57
HSL167.27º17.84%36.27%-
HSV(B)167.27º30.28%42.75%-
XYZ10.8513.4314.59-
YUV98.34130.07112.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=26.48%
G=37.98%
B=35.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal761091020.3000.060.57167.2717.8436.27
Hex4C6D661E0639a71224
Octal1141551463606712472244
Binary1001100110110111001101111001101110011010011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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