#4C7768

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

Shades of Dark Green Copper #4C7768

Tints of Dark Green Copper #4C7768

Color information

#4C7768 (or 0x4C7768) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 77 and 68. RGB value is (76,119,104). Sum of RGB (Red+Green+Blue) = 76+119+104=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #4C7768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7768 is #B38897. Grayscale: #686868. Windows color (decimal): -11765912 or 6846284. OLE color: 6846284.

HSL color Cylindrical-coordinate representation of color #4C7768: hue angle of 159.07º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C7768 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB76119104-
CMYK0.3600.130.53
HSL159.07º22.05%38.24%-
HSV(B)159.07º36.13%46.67%-
XYZ12.0815.7315.5-
YUV104.43127.75107.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=25.42%
G=39.80%
B=34.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761191040.3600.130.53159.0722.0538.24
Hex4C7768240D359f1626
Octal11416715044015652372646
Binary100110011101111101000100100011011101011001111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,119,104); }

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

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

 a { background-color: rgb(76,119,104); }

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

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

 span { border-color: rgb(76,119,104); }

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