#4C7C6F

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

Shades of Dark Green Copper #4C7C6F

Tints of Dark Green Copper #4C7C6F

Color information

#4C7C6F (or 0x4C7C6F) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 7C and 6F. RGB value is (76,124,111). Sum of RGB (Red+Green+Blue) = 76+124+111=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7C6F is #B38390. Grayscale: #6C6C6C. Windows color (decimal): -11764625 or 7306316. OLE color: 7306316.

HSL color Cylindrical-coordinate representation of color #4C7C6F: hue angle of 163.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7C6F is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB76124111-
CMYK0.3900.100.51
HSL163.75º24%39.22%-
HSV(B)163.75º38.71%48.63%-
XYZ13.0617.117.65-
YUV108.17129.6105.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=24.44%
G=39.87%
B=35.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal761241110.3900.100.51163.752439.22
Hex4C7C6F270A33a41827
Octal11417415747012632443047
Binary100110011111001101111100111010101100111010010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,124,111); }

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

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

 a { background-color: rgb(76,124,111); }

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

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

 span { border-color: rgb(76,124,111); }

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